Thanks for testing Automatic Updates! Please tell us in detail about the problem 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?
I tried to use automatic_updates in an existing Drupal site.
D9 9.4.0 to 9.4.6
What were the steps you took, starting from when you added the Automatic Updates module to your Drupal project (see
https://www.drupal.org/i/3275810#install-module β
for instructions)? Include anything that seems relevant, including commands you ran, links you clicked on, output logs, relevant config files, screenshots, screen recordings, etc.
According to your guideline I installed the module.
What was your environment like?
local environment in testing branch
Was this a local development environment, or a remote server?:
local environment in testing branch
Are you using Lando, DDEV, or another Docker-based environment?:
no
What operating system were you using?
Ubuntu 20.04.5 LTS
What web server are you using?
Apache2 2.4
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 β
)?
Composer version 2.4.2
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?
Unluckily the installation failed. First I got more than one message from Messenger.
1. xdebug was enabled -> so I disabled xdebug
2. there were some symlinks in a local library, exactly the the C3.js library -> I disabled it; maybe I couldn't do than in a live environment
3. there were a message that write access is needed to the files -> I gave Apache full write access to that files
/web/sites/default/default.services.yml
/web/sites/default/default.settings.php
4. The cweagans/composer-patches plugin is installed, but the composer-exit-on-patch-failure key is not set to true in the extra section of /home/www/i3/apps/intranet/composer.json -> so I set the composer-exit-on-patch-failure key in my composer extras
After that -> ready to update, but it failed due write permissions for the webserver -> maybe the write permissions inside the configured tmp directory where not correctly set
Problem with these instructions? Anything else we should know?
The instructions were clear