Move daily emails into the blog page

This commit is contained in:
Oliver Davies 2025-08-21 00:28:10 +01:00
parent be69398931
commit 1b8441608f
828 changed files with 9 additions and 196 deletions

View file

@ -0,0 +1,19 @@
---
title: >
Upgrading my Drupal example project to Drupal 10
pubDate: 2023-02-17
permalink: >-
daily/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.