41

Just wrapped up a big project and finally had some time for blog maintenance. I upgraded the codebase - it was as simple as running a few commands in my local ddev environment:

  • composer update
  • drush updb
  • drush config:export

Then, on the production environment:

  • composer install
  • drush deploy

Who said Drupal upgrades are hard?

Footnote: This blog is still running on the latest Drupal 10 (as of writing), but the Drupal 11 upgrade is on the horizon. I expect it to be just as smooth.