mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
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:
@@ -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
|
||||
# ---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user