From 90c0bd4638c614fa63dd4a4f144a0b0545c5f207 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 9 Apr 2015 16:05:44 +0900 Subject: [PATCH] Add FAQ item about witness server port --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index 1512d4e7..b9425225 100644 --- a/FAQ.md +++ b/FAQ.md @@ -90,6 +90,16 @@ General This option is only available when using the `--rsync-only` option. +- How can I make the witness server use a particular port? + + By default the witness server is configured to use port 5499; this + 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. + + `repmgrd` ---------