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

@@ -42,12 +42,6 @@
# Optional configuration items
# ============================
# SSH connection information
# We recommend using the "postgres" user, so it is enough to indicate the hostname.
# If extra parameters such as port, etc. are needed, they can be
# specified in the .ssh/config file.
#ssh_hostname='192.168.204.104'
# Replication settings
# ---------------------