mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Update release notes
This commit is contained in:
2
HISTORY
2
HISTORY
@@ -2,7 +2,7 @@
|
|||||||
repmgr: ensure "repmgr node check --action=" returns appropriate return
|
repmgr: ensure "repmgr node check --action=" returns appropriate return
|
||||||
code; GitHub #340 (Ian)
|
code; GitHub #340 (Ian)
|
||||||
repmgr: add missing schema qualification in get_all_node_records_with_upstream()
|
repmgr: add missing schema qualification in get_all_node_records_with_upstream()
|
||||||
query (Martín)
|
query GitHub #341 (Martín)
|
||||||
repmgr: initialise "voting_term" table in application, not extension SQL;
|
repmgr: initialise "voting_term" table in application, not extension SQL;
|
||||||
GitHub #344 (Ian)
|
GitHub #344 (Ian)
|
||||||
repmgr: delete any replication slots copied by pg_rewind; GitHub #334 (Ian)
|
repmgr: delete any replication slots copied by pg_rewind; GitHub #334 (Ian)
|
||||||
|
|||||||
@@ -43,6 +43,29 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
When using <literal>--force-rewind</literal> with <xref linkend="repmgr-node-rejoin">
|
||||||
|
delete any replication slots copied by <application>pg_rewind</application>
|
||||||
|
(GitHub #334)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Only perform sanity check on accessibility of configuration files outside
|
||||||
|
the data directory when <literal>--copy-external-config-files</literal>
|
||||||
|
provided (GitHub #342)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Initialise "voting_term" table in application, not extension SQL
|
||||||
|
(GitHub #344)
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|||||||
Reference in New Issue
Block a user