Remove ssh_hostname support

Currently repmgr assumes the SSH hostname will be the same as the
database hostname, and it's easy enough now to extract this
from the node's conninfo string.

We can consider re-adding this in the next release if required.
This commit is contained in:
Ian Barwick
2016-09-29 00:24:04 +09:00
parent 9b5b9acb82
commit 41ec45a4cc
8 changed files with 23 additions and 54 deletions

View File

@@ -1607,8 +1607,7 @@ which contains connection details for the local database.
replication cluster. This command polls each registered server and
asks it to connect to each other node.
This command requires a valid `repmgr.conf` file on each node,
with the optional `ssh_hostname` parameter set.
This command requires a valid `repmgr.conf` file on each node.
Example 1 (all nodes up):