Set the Location for Database Backup
- Go to the directory: <avx_installed_directory>/conf
-
Open the configuration file appviewx.conf by entering the following
command:
vi appviewx.conf - To store the DB backup in an FTP server, set the value for ENABLE_FTP_UPLOAD to TRUE.
- 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
-
When you are done editing the fields, press the ESC key, then type
:wqto save and quit the file.$ appviewx --conf-syncNote: In case of multi-node, run the following command to update the changes across all the cluster nodes