delete restore point - pgrecm/RECM GitHub Wiki

Home - Top

This command delete a restore point from the deposit. This does not do anything on the target instance.

Option/Qualifier

name="..." Name of the restore point to remove. You can have the full list of restore point by invoking the command 'list restore point'.
/verbose Display more details.

Description

The deletion of the restore point is done only within the deposit. It is not necessary to perform anything on the PostgreSQL database. If the restore point was a 'Permanent' one, you may have to run 'verify backup' and 'delete backup/obsolete' commands, to cleanup old backups.

Example

RECM> list restore point 
List restore point of cluster 'CLU12' (CID=1)
Name                 Date                 Type       LSN             TL     WALfile
-------------------- -------------------- ---------- --------------- ------ ------------------------
before_changes       2022-01-11 16:43:29  PERMANENT  1D/860000C8     35     000000230000001D00000086 (AVAILABLE)

RECM> delete restore point /name=before_changes 

RECM> list restore point 
List restore point of cluster 'CLU12' (CID=1)

RECM>  
 

⚠️ **GitHub.com Fallback** ⚠️