mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
doc: document "primary_follow_timeout" configuration file parameter.
This commit is contained in:
@@ -30,6 +30,7 @@
|
|||||||
To re-add an inactive node to the replication cluster, see
|
To re-add an inactive node to the replication cluster, see
|
||||||
<xref linkend="repmgr-node-rejoin">
|
<xref linkend="repmgr-node-rejoin">
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
@@ -74,7 +75,10 @@
|
|||||||
<term><option>--wait</option></term>
|
<term><option>--wait</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Wait for a primary to appear.
|
Wait for a primary to appear. &repmgr; will wait for up to
|
||||||
|
<varname>primary_follow_timeout</varname> seconds
|
||||||
|
(default: 60 seconds) to verify that the standby is following the new primary.
|
||||||
|
This value can be defined in <filename>repmgr.conf</filename>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
@@ -29,8 +29,8 @@
|
|||||||
<para>
|
<para>
|
||||||
Note that &repmgr; will wait for up to <varname>promote_check_timeout</varname> seconds
|
Note that &repmgr; will wait for up to <varname>promote_check_timeout</varname> seconds
|
||||||
(default: 60 seconds) to verify that the standby has been promoted, and will
|
(default: 60 seconds) to verify that the standby has been promoted, and will
|
||||||
check the promotion every <varname>promote_check_interval</varname> seconds (default: 1 second)
|
check the promotion every <varname>promote_check_interval</varname> seconds (default: 1 second).
|
||||||
(both values can be defined in <filename>repmgr.conf</filename>).
|
Both values can be defined in <filename>repmgr.conf</filename>.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user