mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
doc: update release notes
This commit is contained in:
4
HISTORY
4
HISTORY
@@ -8,7 +8,9 @@
|
|||||||
repmgr: report error code on follow/rejoin failure due to non-available
|
repmgr: report error code on follow/rejoin failure due to non-available
|
||||||
replication slot (Ian)
|
replication slot (Ian)
|
||||||
repmgr: ensure "node rejoin" checks for available replication slots (Ian)
|
repmgr: ensure "node rejoin" checks for available replication slots (Ian)
|
||||||
repmgr: improve "standby switchover" completion checks
|
repmgr: improve "standby switchover" completion checks (Ian)
|
||||||
|
repmgr: add replication configuration file ownership check to
|
||||||
|
"standby switchover" (Ian)
|
||||||
|
|
||||||
5.0 2019-10-15
|
5.0 2019-10-15
|
||||||
general: add PostgreSQL 12 support (Ian)
|
general: add PostgreSQL 12 support (Ian)
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<sect1 id="release-5.1.0">
|
<sect1 id="release-5.1.0">
|
||||||
<title>Release 5.1.0</title>
|
<title>Release 5.1.0</title>
|
||||||
<para><emphasis>?? ?? ??, 20??</emphasis></para>
|
<para><emphasis>?? ?? ??, 2020</emphasis></para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
&repmgr; 5.1.0 is a major release.
|
&repmgr; 5.1.0 is a major release.
|
||||||
@@ -55,6 +55,15 @@
|
|||||||
Improve logging and checking of potential failure situations.
|
Improve logging and checking of potential failure situations.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<link linkend="repmgr-standby-switchover"><command>repmgr standby switchover</command></link>:
|
||||||
|
Replication configuration files (PostgreSQL 11 and earlier:
|
||||||
|
<filename>recovery.conf</filename>; PostgreSQL 12 and later: <filename>postgresql.auto.conf</filename>)
|
||||||
|
will be checked to ensure they are owned by the same user who owns the PostgreSQL
|
||||||
|
data directory.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|||||||
Reference in New Issue
Block a user