Open
Description
We will need to add more documentation in case of backup, especially the steps needed to be taken in case of a migration. The following steps are to be highlighted:
- Backup of
static-volume
(Currently, only thepeqp/
folder.) DROP DATABASE metakgp_wiki_db
; followed byCREATE_DATABASE metakgp_wiki_db
in themysql
shell inside themysql
container; followed by./scripts/restore-from-backup.sh
. This ensures that any existing database is empty before restoring the latest backup.- Steps to put the old wiki in Read Only mode
- Steps to be taken in the overall process