From 3ce646f9603835a326a688ed74735ce74ffed3bb Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 14 Jul 2022 09:45:33 +0900 Subject: [PATCH] doc: mention full_page_writes as prerequisite for pg_rewind Anyone disabling it needs to examine their life choices, but as we check for it anyway, might as well explicitly mention it for completeness. --- doc/repmgr-node-rejoin.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/repmgr-node-rejoin.xml b/doc/repmgr-node-rejoin.xml index 1fbafc80..914ea46d 100644 --- a/doc/repmgr-node-rejoin.xml +++ b/doc/repmgr-node-rejoin.xml @@ -269,6 +269,10 @@ data checksums were enabled when the cluster was initialized. See the pg_rewind documentation for details. + + Additionally, full_page_writes must be enabled; this is the default and + normally should never be disabled. +