Skip to content

Commit

Permalink
Add docs for the deletion of incremental backups
Browse files Browse the repository at this point in the history
Adds some explanation in the docs about how dependent Postgres
incremental backups are going to be deleted along with their parent as
they become useless for recovery in such cases.

References: BAR-251

Signed-off-by: Gustavo William <[email protected]>
  • Loading branch information
gustabowill authored and barthisrael committed Aug 20, 2024
1 parent a3d0f81 commit 0e096fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/manual/43-backup-commands.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ barman delete <server_name> <backup_id>

The `delete` command accepts any [shortcut](#backup-id-shortcuts) to identify backups.

> **IMPORTANT:**
> If the specified backup has dependent block-level incremental backups,
> those backups and all their dependents will also be deleted during this operation
> as they would effectively become unusable for recovery with a missing parent in its chain.
## `keep`

If you have a backup which you wish to keep beyond the retention policy of
Expand Down

0 comments on commit 0e096fb

Please sign in to comment.