The restore-from-backup.sh script only restores the database backup. Add the following:
- A condition to check if the backup includes an
images/ folder (it may not)
- If the files exist copy them inside the
mediawiki container's /srv/static/
- Execute
chown -LR www-data:www-data /srv/static/images inside the container
The
restore-from-backup.shscript only restores the database backup. Add the following:images/folder (it may not)mediawikicontainer's/srv/static/chown -LR www-data:www-data /srv/static/imagesinside the container