Загрузить файлы в «/»
This commit is contained in:
10
pg-server.conf.template
Normal file
10
pg-server.conf.template
Normal file
@@ -0,0 +1,10 @@
|
||||
[pg-server]
|
||||
conninfo = host={{ master_ip }} user={{ backup_user }} dbname=postgres password={{ backup_password }}
|
||||
streaming_conninfo = host={{ master_ip }} user={{ backup_stream_user }} password={{ bcakup_stream_password }}
|
||||
backup_method = postgres
|
||||
archiver = off
|
||||
streaming_archiver = on
|
||||
slot_name = barman_slot
|
||||
create_slot = auto
|
||||
|
||||
|
||||
Reference in New Issue
Block a user