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