mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
This is more consistent with other parameters and conforms to the pattern used by PostgreSQL itself, which uses the prefix "log_" for logging parameters. A warning will be emitted if the old version of the parameter name is detected.
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
# repmgr.conf file for testing
|
|
|
|
cluster=foo
|
|
node=1
|
|
|
|
node_id=1
|
|
upstream_node_id=2
|
|
node_name='node1'
|
|
use_replication_slots = true
|
|
conninfo = 'host=127.0.0.1 dbname=repmgr user=repmgr port=5501 connect_timeout=2'
|
|
log_level = 'DEBUG' |