From afb7ca886cd6189ae2f2dad3cb949ceddcd47b9f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 11 Jan 2018 15:47:35 +0900 Subject: [PATCH] doc: note change of shared library name from "repmgr_funcs" to "repmgr" --- doc/appendix-release-notes.sgml | 2 +- doc/upgrading-repmgr.sgml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index a58b4ff7..2588b705 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -791,7 +791,7 @@ repmgrd - The `repmgr` shared library has been renamed from repmgr_funcs to + The shared library has been renamed from repmgr_funcs to repmgr, meaning shared_preload_libraries in postgresql.conf needs to be updated to the new name: diff --git a/doc/upgrading-repmgr.sgml b/doc/upgrading-repmgr.sgml index 3e29ae2f..cbeb6a33 100644 --- a/doc/upgrading-repmgr.sgml +++ b/doc/upgrading-repmgr.sgml @@ -105,7 +105,7 @@ - upgrading the repmgr schema + upgrading the repmgr schema using CREATE EXTENSION @@ -118,6 +118,14 @@ a packaged PostgreSQL extension) is normally carried out automatically when the &repmgr; extension is created. + + The shared library has been renamed from repmgr_funcs to + repmgr - if it's set in shared_preload_libraries + in postgresql.conf it will need to be updated to the new name: + + shared_preload_libraries = 'repmgr' + + Converting repmgr.conf configuration files