mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
"pg_basebackup_options" Enable custom options to be passed to pg_basebackup (e.g. --max-rate, --checkpoint, --xlogdir) "tablespace_mapping" Analogue to pg_basebackup's (9.4 and later) -T/--tablespace-mapping option. Tablespace mapping could also be passed via "pg_basebackup_options", however by providing a separate parameter it makes the configuration file easier to read and allows us to verify the specified tablespaces exist (pg_basebackup won't do this, which can lead to undesired behaviour, i.e. attempting to create the tablespace in the original path).
12 KiB
12 KiB