Add configuration option ignore_external_config_files

This commit is contained in:
Ian Barwick
2015-03-05 13:46:55 +09:00
parent 04fe820aff
commit 1f9b19f3ff
5 changed files with 100 additions and 29 deletions

View File

@@ -61,7 +61,19 @@ pg_bindir=/usr/bin/
#
# retry_promote_interval_secs=300
# Command line arguments for pg_basebackup
#
# pg_basebackup_options=
# Don't copy configuration files located outside the data directory.
#
# ignore_external_config_files=1
#
# By default repmgr will attempt to copy postgresql.conf, pg_hba.conf and pg_ident.conf
# from the master, however this may not be desirable if the files are e.g.maintained
# by configuration management software.
# physical replication slots - PostgreSQL 9.4 and later only
#
# use_replication_slots=1
# use_replication_slots=1