1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-08-10 22:21:39 +02:00

Changed invalid max-archive-mb option in configuration reference to archive-queue-max.

This commit is contained in:
David Steele
2017-04-17 06:39:29 -04:00
parent 979610a07d
commit 64be6400fe
3 changed files with 10 additions and 2 deletions

View File

@@ -196,7 +196,7 @@
<text>When asynchronous archiving is enabled <backrest/> needs a local directory to store WAL segments before they are compressed and moved to the repository. Depending on the volume of WAL generated this directory could become very large so be sure to plan accordingly.
The <setting>max-archive-mb</setting> option can be used to limit the amount of WAL that will be spooled locally.</text>
The <setting>archive-queue-max</setting> option can be used to limit the amount of WAL that will be spooled locally.</text>
<example>/backup/db/spool</example>
</config-key>

View File

@@ -154,6 +154,14 @@
<release-list>
<release date="XXXX-XX-XX" version="1.19dev" title="UNDER DEVELOPMENT">
<release-doc-list>
<release-bug-list>
<release-item>
<p>Changed invalid <setting>max-archive-mb</setting> option in configuration reference to <br-setting>archive-queue-max</br-setting>.</p>
</release-item>
</release-bug-list>
</release-doc-list>
<release-test-list>
<release-bug-list>
<release-item>

View File

@@ -725,7 +725,7 @@ my $oConfigHelpData =
"are compressed and moved to the repository. Depending on the volume of WAL generated this directory could " .
"become very large so be sure to plan accordingly.\n" .
"\n" .
"The max-archive-mb option can be used to limit the amount of WAL that will be spooled locally."
"The archive-queue-max option can be used to limit the amount of WAL that will be spooled locally."
},
# STANZA Option Help