From 3ea61689eb202a7c4169f05c6a1dd2741fd01f37 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 23 Aug 2016 14:11:04 +0900 Subject: [PATCH] repmgr.conf.sample: change db and user names in conninfo string They now match the examples given in README.md --- repmgr.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index d76be91e..58a558db 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -31,7 +31,7 @@ # # https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING # -#conninfo='host=192.168.204.104 dbname=repmgr_db user=repmgr_usr' +#conninfo='host=192.168.204.104 dbname=repmgr user=repmgr' # # If repmgrd is in use, consider explicitly setting `connect_timeout` in the # conninfo string to determine the length of time which elapses before