1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-06-20 23:59:28 +02:00

Remove deprecated archive-max-mb option.

This commit is contained in:
David Steele
2017-11-27 20:43:44 -05:00
parent c5ea53bcf9
commit 2ed426a70b
11 changed files with 15 additions and 66 deletions

View File

@ -87,7 +87,7 @@ sub run
{&INFO_ARCHIVE_SECTION_DB => {&INFO_ARCHIVE_KEY_DB_VERSION => '8.0'}});
}
# Push two more segments with errors to exceed archive-max-mb
# Push two more segments with errors to exceed archive-queue-max
$oHostDbMaster->archivePush(
$strWalPath, $strWalTestFile, 2, $iError ? ERROR_FILE_READ : ERROR_ARCHIVE_MISMATCH);