Thanks for testing Automatic Updates! Please tell us in detail about your experience with the Updates and any problems you encountered. To help you, you can use the prompts below as guidance.
What was your goal? For example, what versions of Drupal core were you trying to update from and to?
From 10.0.7 to 10.0.9
If you had a problem, what were the steps you took, starting from when you added the Automatic Updates module to your Drupal project (see testing instructions β )? Include anything that seems relevant, including commands you ran, links you clicked on, output logs, relevant config files, screenshots, screen recordings, etc.
I ran into problems mainly with trying to figure out how to downgrade Drupal and then running this. At first I tried to edit composer.json directly (after following the lando instructions in install D10) and that ran into composer validate issues when I attempted the automatic update. To solve that, I tore down my environment and followed the lando instructions again, but installing 10.0.7 from the start, rather than downgrading from -dev.
What was your environment like?
Please answer as many of the following questions as you can.
Was this a local development environment, or a remote server?:
local
Are you using Lando, DDEV, or another Docker-based environment?:
Lando
What operating system were you using?
Kubuntu 22.04
What web server are you using?
Apache
What PHP version are you using (see https://www.drupal.org/i/3275810#confirm-php-version β )?
8.1.18
What version of Composer are you using (see https://www.drupal.org/i/3275810#confirm-composer-version β )?
2.5.7
Did you accomplish your goal? Were the instructions clear? Did you observe any bugs or errors, or other issues? Did you need to do any workarounds?
Yes, I accomplished my goal. Instructions were clear.
Problem with these instructions? Anything else we should know?
I made a mistake in following the lando instructions at the composer create-project step. Lando led me to install 10.0-dev and I missed the point in the instructions about installing 10.0.0 instead.
Fixed
3.0
Code