Drupal 9 upgrade
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to make sure that the site is ready for the Drupal 9 upgrade, we can use the module.
Steps needed to check that the current Drupal 8 site:
Install the upgrade status module - composer require drupal/upgrade_status:^3.0
Enable the module - drush @docker en upgrade_status
navigate to /admin/reports/upgrade-status
to view the report and run status checks on the custom or contrib modules that are installed or use the drush command upgrade_status:analyze (us-a)
From this, a report will be generated which will list the contrib and custom modules and show which ones are ready for upgrade and which ones need changes.
Typically, the contrib module may just need updating in order to make the site ready for the upgrade, while the custom modules may need further changes to the code to make them ready for the upgrade.
This work is licensed under a .