Backups and VMSnapshots
-
To take backup of mongo and vault, navigate to the installer node trigger
appviewx_kubernets/scripts and execute the commands
below.
/bin/bash mongo_backup.sh/bin/bash vault_backup.shRefer to Backup MongoDB and Vault for more details
-
Securely copy files tar files to an external server using the command
below.
scp <backups-tar-location> <remote-username>@<remote-hostname>:/<remote-location> -
Navigate to the installer node trigger
appviewx_kubernets/scripts and stop all the services
using the command below.
./appviewx.sh --stop -all - Take VM snapshots
-
Start all the services using the command below.
./appviewx.sh --start -all