mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
doc: update release notes
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -22,6 +22,8 @@
|
|||||||
candidates (Ian)
|
candidates (Ian)
|
||||||
repmgrd: add option "connection_check_type" (Ian)
|
repmgrd: add option "connection_check_type" (Ian)
|
||||||
repmgrd: improve witness monitoring when primary node not available (Ian)
|
repmgrd: improve witness monitoring when primary node not available (Ian)
|
||||||
|
repmgrd: handle situation where a primary has unexpectedly appeared
|
||||||
|
during failover; GitHub #420 (Ian)
|
||||||
|
|
||||||
4.2 2018-10-24
|
4.2 2018-10-24
|
||||||
repmgr: add parameter "shutdown_check_timeout" for use by "standby switchover";
|
repmgr: add parameter "shutdown_check_timeout" for use by "standby switchover";
|
||||||
|
|||||||
@@ -152,13 +152,13 @@ REPMGRD_OPTS="--daemonize=false"</programlisting>
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<application>repmgrd</application> will no longer consider nodes where <application>repmgrd</application>
|
<application>repmgrd</application> will no longer consider nodes where <application>repmgrd</application>
|
||||||
is not running as promotion candidates.
|
is not running as promotion candidates.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Previously, if <application>repmgrd</application> was not running on a node, but
|
||||||
|
that node qualified as the promotion candidate, it would never be promoted due to
|
||||||
|
the absence of a running <application>repmgrd</application>.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
|
||||||
Previously, if <application>repmgrd</application> was not running on a node, but
|
|
||||||
that node qualified as the promotion candidate, it would never be promoted due to
|
|
||||||
the absence of a running <application>repmgrd</application>.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
@@ -188,6 +188,14 @@ REPMGRD_OPTS="--daemonize=false"</programlisting>
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
In a failover situation, <application>repmgrd</application> will not attempt to promote a
|
||||||
|
node if another standby has already appeared (e.g. by being promoted manually).
|
||||||
|
GitHub #420.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|||||||
Reference in New Issue
Block a user