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