Enable "node rejoin" to join a target with a lower timeline

This has been possible since PostgreSQL 9.6, but the node rejoin/follow
check did not consider this possibility.
This commit is contained in:
Ian Barwick
2020-10-08 11:28:10 +09:00
parent 0fc8c6c79c
commit 7969dc4800
4 changed files with 68 additions and 10 deletions

View File

@@ -107,6 +107,14 @@
</para>
</listitem>
<listitem>
<para>
<link linkend="repmgr-node-rejoin">repmgr node rejoin</link>:
enable a node to attach to a target node even the target node
has a lower timeline (PostgreSQL 9.6 and later).
</para>
</listitem>
<listitem>
<para>
<link linkend="repmgr-node-check">repmgr node check</link>: