This is an archive version of the document. To get the most up-to-date information, see the current version.

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
Oracle processing was disabled.