From d017edbe477346a56da1cb8330a91eedb86a9e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Villemain?= Date: Thu, 27 Jan 2011 02:10:31 +0100 Subject: [PATCH] Adding information for debian and --version test --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 595ec56e..d7605da6 100644 --- a/README.rst +++ b/README.rst @@ -210,13 +210,18 @@ is available by checking its version:: repmgr --version repmgrd --version - + You may need to include the full path of the binary instead, such as this RHEL example:: /usr/pgsql-9.0/bin/repmgr --version /usr/pgsql-9.0/bin/repmgrd --version +or this DEBIAN example:: + + /usr/lib/postgresql/9.0/bin/repmgr --version + /usr/lib/postgresql/9.0/bin/repmgrd --version + Below this binary installation base directory is referred to as PGDIR. Set up trusted copy between postgres accounts