mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Change 'ignore_external_config_files' to a command line option
It's only used when cloning a standby and has more in common with --fast-checkpoint
This commit is contained in:
7
FAQ.md
7
FAQ.md
@@ -66,10 +66,11 @@ General
|
||||
just timestamp and size, to ensure that all changed files are
|
||||
copied and prevent corruption.
|
||||
|
||||
- How can I prevent `repmgr` from copying `postgresql.conf` and
|
||||
`pg_hba.conf` from the PostgreSQL configuration directory in `/etc`?
|
||||
- When cloning a standby, how can I prevent `repmgr` from copying
|
||||
`postgresql.conf` and `pg_hba.conf` from the PostgreSQL configuration
|
||||
directory in `/etc`?
|
||||
|
||||
Include the option `ignore_external_config_files=1` in `repmgr.conf`
|
||||
Use the command line option `--ignore-external-config-files`
|
||||
|
||||
- How can I prevent `repmgr` from copying local configuration files
|
||||
in the data directory?
|
||||
|
||||
Reference in New Issue
Block a user