From e1953742a12c7a6bc8fa1bc19e4540325b427618 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 17 Apr 2020 11:53:56 +0900 Subject: [PATCH] doc: note additional diagnostic options provided by "node check" --- doc/repmgr-node-check.xml | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/doc/repmgr-node-check.xml b/doc/repmgr-node-check.xml index 8e454143..55f88cea 100644 --- a/doc/repmgr-node-check.xml +++ b/doc/repmgr-node-check.xml @@ -131,6 +131,46 @@ + + Additional checks + + Several checks are provided for diagnostic purposes and are not + included in the general output: + + + + + : checks if &repmgr; can connect to the + database on the local node. + + + This option is particularly useful in combination with SSH, as + it can be used to troubleshoot connection issues encountered when &repmgr; is + executed remotely (e.g. during a switchover operation). + + + + + + + : checks if the file containing replication + configuration (PostgreSQL 12 and later: postgresql.auto.conf; + PostgreSQL 11 and earlier: recovery.conf) is + owned by the same user who owns the data directory. + + + Incorrect ownership of these files (e.g. if they are owned by root) + will cause operations which need to update the replication configuration + (e.g. repmgr standby follow + or repmgr standby promote) + to fail. + + + + + + + Connection options