mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Add note about configuring 'shared_preload_libraries' for repmgr
Useful to put all the possible postgresql.conf changes in one place.
This commit is contained in:
@@ -121,6 +121,10 @@ like the followingin `postgresql.conf`:
|
|||||||
archive_mode = on
|
archive_mode = on
|
||||||
archive_command = 'cd .'
|
archive_command = 'cd .'
|
||||||
|
|
||||||
|
# If you plan to use repmgrd, ensure that shared_preload_libraries
|
||||||
|
# is configured to load 'repmgr_funcs'
|
||||||
|
|
||||||
|
shared_preload_libraries = 'repmgr_funcs'
|
||||||
|
|
||||||
PostgreSQL 9.4 makes it possible to use replication slots, which means
|
PostgreSQL 9.4 makes it possible to use replication slots, which means
|
||||||
the value of `wal_keep_segments` need no longer be set. See section
|
the value of `wal_keep_segments` need no longer be set. See section
|
||||||
|
|||||||
Reference in New Issue
Block a user