1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

All restore compares no-start-stop for now.

This commit is contained in:
David Steele 2015-02-02 19:56:48 -05:00
parent d93b246a69
commit 850c978240

View File

@ -1112,7 +1112,7 @@ sub BackRestTestBackup_RestoreCompare
my $oActualManifest = new BackRest::Manifest("${strTestPath}/actual.manifest", false);
my $oTablespaceMapRef = undef;
$oActualManifest->build($oFile, ${$oExpectedManifestRef}{'backup:path'}{'base'}, $oLastManifest, $bSynthetic, undef);
$oActualManifest->build($oFile, ${$oExpectedManifestRef}{'backup:path'}{'base'}, $oLastManifest, true, undef);
# Generate checksums for all files if required
# Also fudge size if this is a synthetic test - sizes may change during backup.