Drupal 8 too will be faced out soon. You should upgrade your existing Drupal 7 or Drupal 8 website to Drupal 9 ASAP. This ensures that your Drupal 9 website will continue receiving security updates & new features from the Drupal community.
Drupal 9
Drupal 9 offers many enhancements and new features including, but not limited to:
- New layout builder
- WYSIWYG media management system
- Content workflow tools
- API first architecture
- New Admin interface
- New default theme
- Uses composer 2
- PHP 8 ready
- Easy to upgrade to major future core release i.e., Drupal 10
- Automatic core updates
Preparation:
- Make sure your existing Drupal 8 website is running at least 8.8.x core version. If not, update it using this guide: Update to Drupal 8.8
- Take backup of your existing Drupal 8 codebase & DB
- Get the latest stable release in Drupal 9 branch.
- Upgrade your composer to version 2.0.
Process:
- Remove both composer.json & composer.lock from existing Drupal 8 website.
- Delete vendors directory.
- Overwrite your Drupal 8 website codebase with latest Drupal 9.x files. Preserve all the files/directories you created/added.
Validation:
- Execute composer update
- Execute drush updb
- Execute drush cr
Confirmation:
- Access your upgraded website from the browser and confirm all the features are working as desired.
If you see errors at any stage during the upgrade process, you may need to apply a patch or two for specific contributed/core modules/themes. And this may require some coding skills!😉