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?
Updating from 10.0.0 to 10.0.9 then 10.0.9 to 10.1.0-beta1
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 was unfamiliar with Gitpod but eventually used the dropdown to "Open in Browser" and found that once the site was built I could click the "port" tab and click the "browser" icon for Port 8080 to open the site in a new tab.
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?:
https://gitpod.io/#https://github.com/tedbow/ddev-gitpod/tree/alpha-testing
Are you using Lando, DDEV, or another Docker-based environment?:
Gitpod
What operating system were you using?
What web server are you using?
What PHP version are you using (see
https://www.drupal.org/i/3275810#confirm-php-version →
)?
What version of Composer are you using (see
https://www.drupal.org/i/3275810#confirm-composer-version →
)?
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?
Attempt to Update to 10.0.9
After clicking Update… (preparing to download updates)
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
* User
After continuing I am redirected to “update.php” and successfully updated 2 pending updates…
user module
* No-op update.
* Ensure permissions stored in role configuration are sorted using the schema.
Site Successfully Updated to 10.0.9
Attempt to Update to 10.1.0-beta1
After clicking Update… (preparing to download updates)
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.
* Custom Block
* CKEditor 5
* Comment
* Database Logging
* Text Editor
* File
* History
* MySQL
* System
* Text
* Update Manager
* Views
Clicked continue despite Warning message
Apply Updates
An error has occurred.
Please continue to the error page
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /batch?id=6&op=do_nojs&op=do
StatusText: error
ResponseText: The website encountered an unexpected error. Please try again later.
Return to “admin/extend” site is broken only showing links and no theme…
Looking at recent log messages…
ArgumentCountError: Too few arguments to function Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor::__construct(), 8 passed in /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 and exactly 9 expected in Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor->__construct() (line 55 of /var/www/html/web/core/modules/big_pipe/src/Render/BigPipeResponseAttachmentsProcessor.php).
Problem with these instructions? Anything else we should know?
The initial "Security Update" error message could be updated to include a phrase to mention that "Automatic Update" is enabled and available.
Error message
There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! See the available updates page for more information and to install your missing updates.
I like the "update type" column, i would like to see "bug fixes" and "new features" labels like on on
https://www.drupal.org/project/drupal/releases →