Upgrade Drupal Docker Images and Containers #156
Labels
Best practice
enhancement
New feature or request
SHOWSTOPPER
Feature or bug, that, if not addressed, renders the CSIS essentially useless
Milestone
Stop and remove drupal containers:
cd /docker/100-csis docker-compose down
Manually trigger incremental duplicity backup:
cd /docker/999-duplicity docker-compose up
Hint: You can restore the latest backup-set with
docker-compose up -f restore.yml
to./restore
directory.Edit Dockerfile and change base image to docker-drupal new version.
Example:
FROM drupal:8.9.1-apache
Hint: This does not update the existing CSIS Drupal Core, since the actual drupal system lives in a host-mounted
./drupal-data
volume! Therefore a manual update inside the new running container is required.Edit compose file and change custom csis-drupal image tag, e.g. to
8.9.1-apache
, in order to be able to revert to the previous image:Also upgrade postgis/postgis image, if necessary.
Build our custom csis-drupal docker image:
cd /docker/100-csis docker-compose build
Recreate containers:
sh into csis container and Update Drupal Core and modules.
The text was updated successfully, but these errors were encountered: