From e64184aff357d69aeed839f3fe09bd5aaa0280c3 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 b4d4a128..5219f21a 100644 --- a/doc/repmgr-node-rejoin.xml +++ b/doc/repmgr-node-rejoin.xml @@ -271,6 +271,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. +