mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Allow options to the basebackup built-in method. (#604)
Options should be specified in the basebackup section, which is optional.
This commit is contained in:
committed by
Alexander Kukushkin
parent
1043376e6b
commit
4ce539ba1b
@@ -75,6 +75,9 @@ postgresql:
|
||||
password: zalando
|
||||
parameters:
|
||||
unix_socket_directories: '.'
|
||||
basebackup:
|
||||
- verbose
|
||||
- max-rate: 100M
|
||||
tags:
|
||||
nofailover: false
|
||||
noloadbalance: false
|
||||
|
||||
Reference in New Issue
Block a user