From dcaae238b6f8c2518c60d1491ef904268cf82200 Mon Sep 17 00:00:00 2001 From: Stephan Duehr Date: Thu, 24 Jun 2021 11:08:20 +0200 Subject: [PATCH] docs: PostgreSQL Plugin: Added switchWalTimeout option --- docs/manuals/source/TasksAndConcepts/Plugins.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manuals/source/TasksAndConcepts/Plugins.rst b/docs/manuals/source/TasksAndConcepts/Plugins.rst index 854d49c1527..72586143475 100644 --- a/docs/manuals/source/TasksAndConcepts/Plugins.rst +++ b/docs/manuals/source/TasksAndConcepts/Plugins.rst @@ -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