mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
doc: add note about max_wal_senders in Pg12 and later
This commit is contained in:
@@ -151,6 +151,16 @@
|
|||||||
<para>
|
<para>
|
||||||
PostgreSQL documentation: <ulink url="https://www.postgresql.org/docs/current/runtime-config-replication.html#GUC-MAX-WAL-SENDERS">max_wal_senders</ulink>.
|
PostgreSQL documentation: <ulink url="https://www.postgresql.org/docs/current/runtime-config-replication.html#GUC-MAX-WAL-SENDERS">max_wal_senders</ulink>.
|
||||||
</para>
|
</para>
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
From <productname>PostgreSQL 12</productname>, <option>max_wal_senders</option>
|
||||||
|
<emphasis>must</emphasis> be set to the same or a higher value as the primary node
|
||||||
|
(at the time the node was cloned), otherwise the standby will refuse
|
||||||
|
to start (unless <option>hot_standby</option> is set to <literal>off</literal>, which
|
||||||
|
will prevent the node from accepting queries).
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user