mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
doc: update release notes
This commit is contained in:
1
HISTORY
1
HISTORY
@@ -7,6 +7,7 @@
|
|||||||
being reopened; GitHub #485 (Ian)
|
being reopened; GitHub #485 (Ian)
|
||||||
repmgrd: report version number *after* logger initialisation; GitHub #487 (Ian)
|
repmgrd: report version number *after* logger initialisation; GitHub #487 (Ian)
|
||||||
repmgrd: fix startup on witness node when local data is stale; GitHub #488/#489 (Ian)
|
repmgrd: fix startup on witness node when local data is stale; GitHub #488/#489 (Ian)
|
||||||
|
repmgrd: improve cascaded standby failover handling; GitHub #480 (Ian)
|
||||||
|
|
||||||
4.1.0 2018-07-31
|
4.1.0 2018-07-31
|
||||||
repmgr: change default log_level to INFO, add documentation; GitHub #470 (Ian)
|
repmgr: change default log_level to INFO, add documentation; GitHub #470 (Ian)
|
||||||
|
|||||||
@@ -21,6 +21,24 @@
|
|||||||
<para>
|
<para>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<sect2>
|
||||||
|
<title>repmgr enhancements</title>
|
||||||
|
<para>
|
||||||
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<command><link linkend="repmgr-standby-clone">repmgr standby switchover --dry-run</link></command>
|
||||||
|
no longer copies external configuration files to test they can be copied; this avoids making
|
||||||
|
any changes to the target system. (GitHub #491).
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
|
</para>
|
||||||
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>repmgrd enhancements</title>
|
<title>repmgrd enhancements</title>
|
||||||
<para>
|
<para>
|
||||||
@@ -28,7 +46,7 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<application>repmgrd</application>: always reopen the log file after
|
Always reopen the log file after
|
||||||
receiving <literal>SIGHUP</literal>. Previously this only happened if
|
receiving <literal>SIGHUP</literal>. Previously this only happened if
|
||||||
a configuration file change was detected.
|
a configuration file change was detected.
|
||||||
(GitHub #485).
|
(GitHub #485).
|
||||||
@@ -37,11 +55,17 @@
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<application>repmgrd</application>: report version number <emphasis>after</emphasis>
|
Report version number <emphasis>after</emphasis>
|
||||||
logger initialisation. (GitHub #487).
|
logger initialisation. (GitHub #487).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Improve cascaded standby failover handling. (GitHub #480).
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
@@ -57,6 +81,7 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|||||||
Reference in New Issue
Block a user