metakgp-wiki icon indicating copy to clipboard operation
metakgp-wiki copied to clipboard

Restore Images in Restore Script

Open harshkhandeparkar opened this issue 1 year ago • 2 comments

The restore-from-backup.sh script only restores the database backup. Add the following:

  1. A condition to check if the backup includes an images/ folder (it may not)
  2. If the files exist copy them inside the mediawiki container's /srv/static/
  3. Execute chown -LR www-data:www-data /srv/static/images inside the container

harshkhandeparkar avatar Oct 02 '23 08:10 harshkhandeparkar