Drupal core 11.2.1 にアップデートする

2025年06月25日(水) - 21:20

今回の Drupal core アップデートは管理画面の「利用可能なアップデート」>「更新」からアップデートを実行できた。

昨日の記事の最後に書いた ccmposer.json の入手方法は簡単で、Drupal CMS のダウンロードページから zip ファイルをダウンロード、展開すれば良かった。

あと、こちらにある公式の説明によると Drupal 1.1.x から 1.2.0 へのアップデートは次のコマンドを実行するのが簡単らしい。

composer update "drupal/drupal_cms_*" --with-all-dependencies
composer config allow-plugins.drupal/core-recipe-unpack true
composer require drupal/core-recipe-unpack
composer drupal:recipe-unpack

詳細は公式サイトのとおり。
ただし、自分の環境では Drupal core が 11.1.8 固定だったので1行目で無理だった。