From a vault-enabled instance to another vault-enabled instance
-
Execute the following commands on the instance from where the data must be
taken:
appviewx --databasebackup appviewx --vault-backup -
Copy the latest archives from the following directories to the second instance:
- <appviewx_installed_dir>/db_backup
- <appviewx_installed_dir>/vault_backup
-
Execute the following commands on the second instance:
appviewx --databaserestore <absolute path of database backup file> appviewx --vault-restore <absolute path of vault backup file> -
Execute the following command to restart all the components on the second
instance:
appviewx --restart all