Skip to content

Commit

Permalink
Add note in the manual about recovery near retention policy
Browse files Browse the repository at this point in the history
This commit Closes#200. It is adding a note to the recovery
section in the documentation manual alerting the user about
the possibility of the backup getting obsolete while the
recovery process is ongoing and what to do to prevent that.

The team first thought about a solution that could handle this
automatically but many arguments were against this, specially
because it could introduce unwanted behaviour on recover and
the fact that `keep` feature is there to help.

References: BAR-222

Signed-off-by: Andre <[email protected]>
  • Loading branch information
andremagui committed Aug 23, 2024
1 parent db1336e commit 5702196
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/manual/43-backup-commands.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@ command.
The recovery command has several options that modify the command behavior.

> **NOTE:**
> If you’re not sure whether the backup can be automatically removed by
> retention policies during recovery, avoid issuing the `recover` command
> right away. Instead, first mark the backup with `keep` and specify the
> `target`. Once the recovery process is complete, if you don’t want to
> keep the backup beyond the retention policy, you can then release it.
### Remote recovery

Add the `--remote-ssh-command <COMMAND>` option to the invocation
Expand Down

0 comments on commit 5702196

Please sign in to comment.