Use this procedure to delete a schema-level backup.
Procedure
-
Retrieve information about the backup that is to be deleted:
-
Note the location (backup path) and timestamp of the backup.
- Remove the backup:
rm -rf location/timestamp
-
Delete the backup entry from the history:
db2 "delete from IBM_SAILFISH.GRANULAR_BACKUP where TIMESTAMP = 'timestamp'"