From 23a72f489cc0335a201fa04987af0b08af85f71e Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 7 Aug 2015 14:37:57 +0900 Subject: [PATCH] Add note about configuring 'shared_preload_libraries' for repmgr Useful to put all the possible postgresql.conf changes in one place. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b612108e..c280520b 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,10 @@ like the followingin `postgresql.conf`: archive_mode = on archive_command = 'cd .' + # If you plan to use repmgrd, ensure that shared_preload_libraries + # is configured to load 'repmgr_funcs' + + shared_preload_libraries = 'repmgr_funcs' PostgreSQL 9.4 makes it possible to use replication slots, which means the value of `wal_keep_segments` need no longer be set. See section