metakgp / metakgp-wiki

Dockerized source for the metakgp wiki.
https://wiki.metakgp.org
GNU General Public License v3.0
23 stars 20 forks source link

Restore Images in Restore Script #112

Open harshkhandeparkar opened 9 months ago

harshkhandeparkar commented 9 months ago

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
Dhruv-Pattel commented 6 months ago

hey @harshkhandeparkar. I would like to work on this issue can you assign it to me?

harshkhandeparkar commented 6 months ago

Sure!