Set the Location for Database Backup

  1. Go to the directory: <avx_installed_directory>/conf
  2. Open the configuration file appviewx.conf by entering the following command: vi appviewx.conf
  3. To store the DB backup in an FTP server, set the value for ENABLE_FTP_UPLOAD to TRUE.
  4. Update the following details of the FTP server in the configuration file:
    • FTP_USERNAME
    • FTP_PASSWORD
    • FTP_SERVER
    • FTP_PORT
    • FTP_REMOTE_DIR
    • PROTOCOL=sftp/scp
    • If FTP_ENABLED is set to TRUE, the backup will be stored in the configured FTP location.
    • If the FTP_ENABLED is set to FALSE, the backup will be stored in the <appviewx installed directory>/dbbackup
  5. When you are done editing the fields, press the ESC key, then type :wq to save and quit the file.$ appviewx --conf-sync
    Note: In case of multi-node, run the following command to update the changes across all the cluster nodes