You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Fixed an issue that could cause copying large manifests to fail during restore.
Reported by Craig A. James.
This commit is contained in:
@@ -729,7 +729,7 @@ sub run
|
||||
$oHostDbMaster->restore(
|
||||
cfgDefOptionDefault(CFGCMD_RESTORE, CFGOPT_SET), undef, undef, $bDelta, $bForce, $strType, $strTarget,
|
||||
$bTargetExclusive, $strTargetAction, $strTargetTimeline, $oRecoveryHashRef, $strComment, $iExpectedExitStatus,
|
||||
$bTestLocal ? ' --db-include=test1' : undef);
|
||||
($bTestLocal ? ' --db-include=test1' : '') . ' --buffer-size=16384');
|
||||
|
||||
$oHostDbMaster->clusterStart();
|
||||
$oHostDbMaster->sqlSelectOneTest('select message from test', $bTestLocal ? $strNameMessage : $strIncrMessage);
|
||||
|
Reference in New Issue
Block a user