Skip to content

Commit

Permalink
docs: PostgreSQL Plugin: Added switchWalTimeout option
Browse files Browse the repository at this point in the history
  • Loading branch information
sduehr authored and pstorz committed Jun 29, 2021
1 parent 3b4e97f commit dcaae23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/manuals/source/TasksAndConcepts/Plugins.rst
Expand Up @@ -1946,6 +1946,8 @@ ignoreSubdirs
switchWal
If set to *true* (default), the plugin will let Postgres write a new wal file, if the current Log Sequence Number (LSN) is greater than the LSN from the previous job to make sure changes will go into the backup. Default: *true*

switchWalTimeout
Timeout in seconds to wait for WAL archiving after WAL switch, default 60 seconds.


Restore
Expand Down

0 comments on commit dcaae23

Please sign in to comment.