From c76fee98ef4bb4d83cd080663adb1c107051deb2 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 12 May 2020 17:05:22 +0900 Subject: [PATCH] doc: update repmgr.conf.sample Was missing "query" option for "connection_check_type". --- repmgr.conf.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index cd874e3c..a9ac2a74 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -297,6 +297,7 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh" #connection_check_type=ping # How to check availability of the upstream node; valid options: # 'ping': use PQping() to check if the node is accepting connections # 'connection': execute a throwaway query on the current connection + # 'query': execute an SQL statement on the node via the existing connection #reconnect_attempts=6 # Number of attempts which will be made to reconnect to an unreachable # primary (or other upstream node) #reconnect_interval=10 # Interval between attempts to reconnect to an unreachable