From 01e020df8ec3aa7cdac07801e677250a8289309a 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 d1eb7945..678f097b 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -416,7 +416,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 3964dec2..b8539753 100644 --- a/doc/upgrading-repmgr.sgml +++ b/doc/upgrading-repmgr.sgml @@ -45,7 +45,7 @@ - upgrading the repmgr schema + upgrading the repmgr schema using CREATE EXTENSION @@ -58,6 +58,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