mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Added archive-timeout option documentation to the user guide.
Contributed by Cynthia Shang.
This commit is contained in:
parent
76673a8e62
commit
48f968b344
@ -137,6 +137,18 @@
|
||||
</release-refactor-list>
|
||||
</release-core-list>
|
||||
|
||||
<release-doc-list>
|
||||
<release-feature-list>
|
||||
<release-item>
|
||||
<release-item-contributor-list>
|
||||
<release-item-contributor id="shang.cynthia"/>
|
||||
</release-item-contributor-list>
|
||||
|
||||
<p>Added <br-option>archive-timeout</br-option> option documentation to the user guide.</p>
|
||||
</release-item>
|
||||
</release-feature-list>
|
||||
</release-doc-list>
|
||||
|
||||
<release-test-list>
|
||||
<release-bug-list>
|
||||
<release-item>
|
||||
|
@ -400,6 +400,8 @@
|
||||
<exe-cmd>{[db-cluster-wait]}</exe-cmd>
|
||||
</execute>
|
||||
</execute-list>
|
||||
|
||||
<p>When archiving a WAL segment is expected to take more than 60 seconds (the default) then the <br-option>archive-timeout</br-option> option should be increased.</p>
|
||||
</section>
|
||||
|
||||
<!-- SECTION => QUICKSTART - CHECK CONFIGURATION -->
|
||||
@ -690,6 +692,13 @@
|
||||
|
||||
<p>Note that <id>pg_dump</id> and <id>pg_base_backup</id> do not take online backups so are not affected. It is safe to run them in conjunction with <backrest/>.</p>
|
||||
</section>
|
||||
|
||||
<!-- SECTION => BACKUP - ARCHIVE-TIMEOUT -->
|
||||
<section id="option-archive-timeout">
|
||||
<title>Archive Timeout</title>
|
||||
|
||||
<p>During an online backup, <backrest/> waits for WAL segments that are required to make the backup consistent to be archived. This wait time is governed by the <br-option>archive-timeout</br-option> option which defaults to 60 seconds. If archiving an individual segment is known to take longer, then this option should be increased.</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<!-- SECTION => RETENTION -->
|
||||
|
Loading…
Reference in New Issue
Block a user