REMOVE RESTORE POINT FROM ARCHIVE
Eon Mode only
Removes a in-database restore point from an archive.
To remove a specific restore point, you must specify either its index in the archive or its unique object ID. You can find both of these identifiers by querying the ARCHIVE_RESTORE_POINTS system table. If neither of these identifiers are provided, the oldest restore point in the archive is removed.
Syntax
REMOVE RESTORE POINT FROM ARCHIVE archive-name { INDEX restore-point-index | ID restore-point-id }
Arguments
archive-name
- Name of the archive from which to remove the restore point.
restore-point-index
- Index of the restore point to remove, where index 1 specifies the most recently saved restore point.
restore-point-id
- Unique object ID of the restore point to remove.
Privileges
Superuser or archive owner
Examples
To view all restore points, including unique object IDs and indexes, query the ARCHIVE_RESTORE_POINTS system table:
The following statement removes the most recently saved restore point in the verticadb
archive:
If you again query the ARCHIVE_RESTORE_POINTS table, the restore point will either appear with a status of REMOVING or, if the removal process has completed, is not listed: