CANCEL BACKUP
Descriptionβ
Cancels an on-going BACKUP task in a specified database. For more information, see data backup and restoration.
Syntaxβ
CANCEL BACKUP FROM <db_name>
Parametersβ
| Parameter | Description |
|---|---|
| db_name | Name of the database that the BACKUP task belongs to. |
Examplesβ
Example 1: Cancels the BACKUP task under the database example_db.
CANCEL BACKUP FROM example_db;