From a70a44605fca48c90e83cf8bc9a3fee9c3ed8b5f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 27 Oct 2015 18:26:38 +0900 Subject: [PATCH] Update FAQ entry about witness port specification --- FAQ.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index e2f1e1f9..219bb0dc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -96,8 +96,9 @@ General is intended to support running the witness server as a separate instance on a normal node server, rather than on its own dedicated server. - To specify a port for the witness server, supply the port number to - repmgr with the `-l/--local-port` command line option. + To specify different port for the witness server, supply the port number + in the `conninfo` string in `repmgr.conf` + (repmgr 3.0.1 and earlier: use the `-l/--local-port` option) - Do I need to include `shared_preload_libraries = 'repmgr_funcs'` in `postgresql.conf` if I'm not using `repmgrd`?