-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document changes in
barman recover
with incremental backups
This commit is adding an explanation on how the recover from an incremental backup works using pg_combinebackup and a later copy/move dependending on the final destination (remote or local). Also explains about the use of the local_staging_path for this operation. A detailed NOTE was added to the manual where there is a documentation about Backup commands and recover. Also, the new field called local_staging_path was added to the barman.1.d recover command documentation and a GUC file for the field was added. References: BAR-252 Signed-off-by: Andre <[email protected]>
- Loading branch information
1 parent
db6f8ba
commit a3d0f81
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
local_staging_path | ||
: A path to a location on the local host where incremental backups will | ||
be combined during the recovery. This location must have enough | ||
available space to temporarily hold the new synthetic backup. This | ||
option is *required* when recovering from an incremental backup and | ||
has no effect otherwise. | ||
|
||
Scope: Global/Server/Model. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters