From d4de19bc78e3b010eaa7c0ef0f71f053cff98361 Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Mon, 17 Jan 2011 15:38:44 -0500 Subject: [PATCH] Doc warning: need server restart after config change --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 966ae4de..18192c99 100644 --- a/README.rst +++ b/README.rst @@ -212,6 +212,8 @@ If you give a password to the user, you need to create a ``.pgpass`` file for them as well to allow automatic login. In this case you might use the ``md5`` authentication method instead of ``trust`` for the repmgr user. +Don't forget to restart the database server after making all these changes. + Configuration File ==================