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