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?
10.0.0 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.
No problems
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 development environment
Are you using Lando, DDEV, or another Docker-based environment?:
Lando 3.11
What operating system were you using?
Ubuntu 20.04.5 LTS
What web server are you using?
Apache 2.4
What PHP version are you using (see https://www.drupal.org/i/3275810#confirm-php-version)?
PHP 8.1.18
What version of Composer are you using (see https://www.drupal.org/i/3275810#confirm-composer-version)?
Composer 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. No bugs.
A message did appear prior to update, which seemed a normal alert of database updates ahead:
Warning message
Your site does not pass some readiness checks for automatic updates. Depending on the nature of the failures, it might affect the eligibility for automatic updates.
Possible database updates have been detected in the following extensions.
System
UserProblem with these instructions? Anything else we should know?
After running php ./core/scripts/drupal quick-start standard, it listed the link to the development server as:
Drupal development server started: <http://127.0.0.1:8888>
and a one-time link at the same URL. However, it did not work and needed to instead use the URL provided by my Lando installation.
Also needed to add "DrupalCon Pittsburgh 2023" Issue Tag, not provided in the Let Us Know How It Went link.
Comments
Comment #2
wim leersLet's see if this warning:
actually made sense:
and:
Looks like at least
Usershould not have been mentioned in that list. 🤔😅I think this makes #3253828: Use static analysis to detect new update functions, to reduce false positives in StagedDBUpdateValidator more important.
Comment #3
tedbow@FizCS3 thanks for testing re #2 I also created you on #3253828: Use static analysis to detect new update functions, to reduce false positives in StagedDBUpdateValidator
Comment #4
tedbow