You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-03 00:26:59 +02:00
Use the PG_FILE_POSTMTRPID constant where appropriate.
Do the same in Perl with the MANIFEST_FILE_POSTMTRPID constant.
This commit is contained in:
@ -621,7 +621,7 @@ sub run
|
||||
{oExpectedManifest => \%oManifest,
|
||||
strOptionalParam => '--force --checksum-page' . ($bDeltaBackup ? ' --delta' : '')});
|
||||
|
||||
# Remove postmas'.'ter.pid so restore will succeed (the rest will be cleaned up by the delta)
|
||||
# Remove pid so restore will succeed (the rest will be cleaned up by the delta)
|
||||
storageTest->remove($oHostDbPrimary->dbBasePath() . '/' . DB_FILE_POSTMTRPID);
|
||||
|
||||
# Restore - tests various mode, extra files/paths, missing files/paths
|
||||
|
Reference in New Issue
Block a user