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