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 committed Aug 19, 2024
1 parent 2fdad79 commit e42b7b2
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 unsuable 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 e42b7b2

Please sign in to comment.