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:
1
HISTORY
1
HISTORY
@@ -11,6 +11,7 @@
|
|||||||
repmgr: improve "standby switchover" completion checks (Ian)
|
repmgr: improve "standby switchover" completion checks (Ian)
|
||||||
repmgr: add replication configuration file ownership check to
|
repmgr: add replication configuration file ownership check to
|
||||||
"standby switchover" (Ian)
|
"standby switchover" (Ian)
|
||||||
|
repmgr: consolidate replication connection code (Ian)
|
||||||
|
|
||||||
5.0 2019-10-15
|
5.0 2019-10-15
|
||||||
general: add PostgreSQL 12 support (Ian)
|
general: add PostgreSQL 12 support (Ian)
|
||||||
|
|||||||
@@ -78,8 +78,7 @@
|
|||||||
checks for available replication slots on the rejoin target.
|
checks for available replication slots on the rejoin target.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
|
||||||
<itemizedlist>
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<link linkend="repmgr-standby-follow"><command>repmgr standby follow</command></link> and
|
<link linkend="repmgr-standby-follow"><command>repmgr standby follow</command></link> and
|
||||||
@@ -88,6 +87,15 @@
|
|||||||
be created on the follow/rejoin target.
|
be created on the follow/rejoin target.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Fix situation where replication connections were not created correctly, which
|
||||||
|
could lead to spurious replication connection failures in some situations, e.g.
|
||||||
|
where password files are used.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|||||||
Reference in New Issue
Block a user