Backups and VMSnapshots

  1. 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.sh

    Refer to Backup MongoDB and Vault for more details

  2. Securely copy files tar files to an external server using the command below.
    scp <backups-tar-location> <remote-username>@<remote-hostname>:/<remote-location>
  3. Navigate to the installer node trigger appviewx_kubernets/scripts and stop all the services using the command below.
    ./appviewx.sh --stop -all
  4. Take VM snapshots
  5. Start all the services using the command below.
    ./appviewx.sh --start -all