You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-12-19 23:42:18 +02:00
Use path list in the backup manifest to do restore path syncs.
Remove recursive path sync functionality since it is no longer used.
This commit is contained in:
@@ -949,7 +949,7 @@ sub run
|
||||
|
||||
$oHostDbMaster->restore(
|
||||
'remap all paths', $strBackup,
|
||||
{rhExpectedManifest => \%oManifest, rhRemapHash => \%oRemapHash, strOptionalParam => $strLogReduced});
|
||||
{rhExpectedManifest => \%oManifest, rhRemapHash => \%oRemapHash, strOptionalParam => ($bRemote ? $strLogReduced : '')});
|
||||
|
||||
# Restore (make sure file in root tablespace path is not deleted by --delta)
|
||||
#---------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user