doc: update release notes

This commit is contained in:
Ian Barwick
2019-05-07 15:29:56 +09:00
parent 1c13e57c8b
commit 5e03627e6c
2 changed files with 22 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
repmgr: add "--siblings-follow" option to "standby promote" (Ian)
repmgr: improve "--dry-run" behaviour for "standby promote" and
"standby switchover" (Ian)
repmgrd: monitor standbys attached to primary (Ian)
4.3.1 2019-??-??
repmgr: ensure BDR2-specific functionality cannot be used on

View File

@@ -57,6 +57,27 @@
</para>
</sect2>
<sect2>
<title>repmgrd enhancements</title>
<para>
<itemizedlist>
<listitem>
<para>
On the primary node, &repmgrd; is now able to monitor standby connections and,
if the number of nodes connected falls below a certain (configurable) value,
execute a custom script.
</para>
<para>
See section <link linkend="repmgrd-primary-child-disconnection">Monitoring standby disconnections on the primary node</link>
for more details.
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
</sect1>
<sect1 id="release-4.3.1">