- Issue was unassigned.
- Status changed to RTBC
almost 2 years ago 10:09am 17 January 2023 - Status changed to Fixed
almost 2 years ago 4:37am 18 January 2023 Automatically closed - issue fixed for 2 weeks with no activity.
found in #3277830: [DrupalCon] Automatic Updates beta test result β
The temporary directory write issue in the container. It seems like the automatic_updates module tried to create a directory in the /tmp directory in the container and it was not able to do that. As a workaround, I changed the temporary directory for the Drupal site in settings.php using
$settings['file_temp_path'] = 'sites/default/files/tmp';
Right now we don't prevent but I could see there being complications. Basically file_temp_path
could be anything and we might want some restrictions.
But re @travisCarden Composer Stager does support staging directory under the active directory https://www.drupal.org/project/automatic_updates/issues/3277830#comment-... β
TBD
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.