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:
Oleksii Kliukin
2018-05-18 12:18:35 +02:00
committed by Alexander Kukushkin
parent 1043376e6b
commit 4ce539ba1b
4 changed files with 112 additions and 36 deletions
+3
View File
@@ -75,6 +75,9 @@ postgresql:
password: zalando
parameters:
unix_socket_directories: '.'
basebackup:
- verbose
- max-rate: 100M
tags:
nofailover: false
noloadbalance: false