diff --git a/doc/repmgr-node-rejoin.xml b/doc/repmgr-node-rejoin.xml index 69427a4f..dbcb5d6b 100644 --- a/doc/repmgr-node-rejoin.xml +++ b/doc/repmgr-node-rejoin.xml @@ -43,7 +43,12 @@ repmgr node rejoin -d '$conninfo' - where $conninfo is the conninfo string of any reachable node in the cluster. + where $conninfo is the PostgreSQL conninfo string of the + current primary node (or that of any reachable node in the cluster, but + not the local node). This is so that &repmgr; can fetch up-to-date information + about the current state of the cluster. + + repmgr.conf for the stopped node *must* be supplied explicitly if not otherwise available.