mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
standby clone: warn about missing pg_rewind prerequisites
These are not essential for cloning a standby, but useful to warn as early as possible in case the user is intending to use pg_rewind.
This commit is contained in:
@@ -49,6 +49,16 @@
|
||||
<title>General improvements</title>
|
||||
<para>
|
||||
<itemizedlist>
|
||||
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="repmgr-standby-clone"><command>repmgr standby clone</command></link>:
|
||||
Warn if neither of data page checksums or <option>wal_log_hints</option> are active,
|
||||
as this will preclude later usage of <command>pg_rewind</command>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="repmgr-standby-promote"><command>repmgr standby promote</command></link>:
|
||||
|
||||
Reference in New Issue
Block a user