Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
OLD$ cd /opt/MyAEGEE
OLD$ make backup
OLD$ scp -R IDKr /opt/backups/backup-2024-04-27_1033.tgz prod:IDK/opt/backups/

Restore: databases

  •  
Code Block
NEW$ cd /opt/MyAEGEE
NEW$ vim scripts-server/restore.sh # To edit the DB names
NEW$ #make sure the folders are in the proper place
NEW$ ./scripts-server/restore.sh

...