Versions Compared

Key

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

...

Setup: trying the backups of the nightly on the new one

  •  
Code Block
skipped

Migration: stop on OLD

  •  
Code Block

Backup: pictures (with basically a restore because we started the setup first)

...

Code Block
LOCAL$ scp my.aegee.eu:/opt/MyAEGEE/.env prod:/opt/MyAEGEE/.env

Backup: databases

  •  
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

...