Disabling Database Processing Settings
To disable database processing settings defined for the backup job, use the following command:
veeamconfig aap disable <db_sys> --jobid <job_id> |
or
veeamconfig aap disable <db_sys> --jobname <job_name> |
where:
- <db_sys> — name of the database system that you want to disable. Possible values:
- oracle — Oracle database processing to be disabled.
- mysql — MySQL database processing to be disabled.
- postgres — PostgreSQL database processing to be disabled.
- <job_id> — ID of the backup job for which you want to disable database processing settings.
- <job_name> — name of the backup job for which you want to disable database processing settings.
For example:
user@srv01:~$ veeamconfig aap disable oracle --jobid 29bc2e1a-e35c-4efb-8d37-b7177b8ea759 |