You've already forked pgbackrest
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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user