diff --git a/website/src/daily-emails/2023-02-17.md b/website/src/daily-emails/2023-02-17.md new file mode 100644 index 000000000..87c4dd6bc --- /dev/null +++ b/website/src/daily-emails/2023-02-17.md @@ -0,0 +1,19 @@ +--- +title: > + Upgrading my Drupal example project to Drupal 10 +pubDate: 2023-02-17 +permalink: > + archive/2023/02/17/upgrading-my-drupal-example-project-to-drupal-10 +tags: + - docker + - drupal + - open-source +--- + +Today I upgraded my [Drupal Docker example](https://github.com/opdavies/docker-examples/tree/main/drupal) to Drupal 10. + +Admittedly, it's a simple project, but upgrading from Drupal 9 to 10 was a straightforward process. + +I had to remove the Examples module as there's no Drupal 10 compatible version yet, but updating to Drupal 10 only needed me to change the version constraints in the `composer.json` file and run the `composer update` command. + +After completing a number of Drupal 7 upgrade projects which involve migrating content, rewriting custom modules, and rebuilding themes, it's great to be able to upgrade between major modern versions with a few simple commands.