From a vault-enabled instance to another vault-enabled instance

  1. Execute the following commands on the instance from where the data must be taken:
    appviewx --databasebackup
    appviewx --vault-backup
  2. Copy the latest archives from the following directories to the second instance:
    • <appviewx_installed_dir>/db_backup
    • <appviewx_installed_dir>/vault_backup
  3. 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>
  4. Execute the following command to restart all the components on the second instance: appviewx --restart all