Backup MongoDB and Vault

MongoDB Backup

To take a backup of the MongoDB follow the steps below:
  1. Navigate to the scripts folder using the command below.
    cd <appviewx-kubernetes-path>/scripts
  2. Execute the mongo backup script using the command below.
    /bin/bash mongo_backup.sh

    The backup file is created and stored in the location /home/appviewx/<release_label>/appviewx_kubernetes/mongo_backup/mongo_backup_Wed_May_10_02_40_20_EDT_2023.

Vault Backup

To take a backup of the Vault follow the steps below:
  1. Navigate to the scripts folder using the command below.
    cd <appviewx-kubernetes-path>/scripts
  2. Execute the mongo backup script using the command below.
    /bin/bash vault_backup.sh

    The backup file is created and stored in the location /home/appviewx/<release_label>/appviewx_kubernetes/vault_backup/vault_backup_Wed_May_10_02_40_20_EDT_2023.