You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the peqp/ folder.)
DROP DATABASE metakgp_wiki_db; followed by CREATE_DATABASE metakgp_wiki_db in the mysql shell inside the mysql 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
The text was updated successfully, but these errors were encountered:
icyflame
changed the title
Documentation of the backup process
Documentation: steps to migrate to a new server
May 12, 2018
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:
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.The text was updated successfully, but these errors were encountered: