Backup MongoDB and Vault
MongoDB Backup
-
Navigate to the scripts folder using the command below.
cd <appviewx-kubernetes-path>/scripts -
Execute the mongo backup script using the command below.
/bin/bash mongo_backup.shThe 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
-
Navigate to the scripts folder using the command below.
cd <appviewx-kubernetes-path>/scripts -
Execute the mongo backup script using the command below.
/bin/bash vault_backup.shThe 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.
