Risk Vision is no longer supported; therefore, the Risk Vision Knowledge Base will be shut down on Tuesday, March 31st, 2026.

Configure MySQL Backup Properties

Add the following line in the %AGILIANCE_HOME%\config\agiliance.properties file to override the parameters for mysqldump utility.

com.agiliance.admin.backup.BackupManager.mysqldump.options=--single-transaction --add-drop-database --quick --compress --extended-insert --max-allowed-packet=32MB

(Enter the property name and value all on one line.)