mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 23:56:29 +00:00
doc: note change of shared library name from "repmgr_funcs" to "repmgr"
This commit is contained in:
@@ -791,7 +791,7 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>repmgrd</title>
|
<title>repmgrd</title>
|
||||||
<para>
|
<para>
|
||||||
The `repmgr` shared library has been renamed from <literal>repmgr_funcs</literal> to
|
The shared library has been renamed from <literal>repmgr_funcs</literal> to
|
||||||
<literal>repmgr</literal>, meaning <varname>shared_preload_libraries</varname>
|
<literal>repmgr</literal>, meaning <varname>shared_preload_libraries</varname>
|
||||||
in <filename>postgresql.conf</filename> needs to be updated to the new name:
|
in <filename>postgresql.conf</filename> needs to be updated to the new name:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
|
|||||||
@@ -105,7 +105,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara>
|
<simpara>
|
||||||
upgrading the repmgr schema
|
upgrading the repmgr schema using <command>CREATE EXTENSION</command>
|
||||||
</simpara>
|
</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
@@ -118,6 +118,14 @@
|
|||||||
a packaged PostgreSQL extension) is normally carried out
|
a packaged PostgreSQL extension) is normally carried out
|
||||||
automatically when the &repmgr; extension is created.
|
automatically when the &repmgr; extension is created.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
The shared library has been renamed from <literal>repmgr_funcs</literal> to
|
||||||
|
<literal>repmgr</literal> - if it's set in <varname>shared_preload_libraries</varname>
|
||||||
|
in <filename>postgresql.conf</filename> it will need to be updated to the new name:
|
||||||
|
<programlisting>
|
||||||
|
shared_preload_libraries = 'repmgr'</programlisting>
|
||||||
|
</para>
|
||||||
|
|
||||||
<sect2 id="converting-repmgr-conf">
|
<sect2 id="converting-repmgr-conf">
|
||||||
<title>Converting repmgr.conf configuration files</title>
|
<title>Converting repmgr.conf configuration files</title>
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
Reference in New Issue
Block a user