|
|
@ -4,11 +4,10 @@ |
|
|
|
# repo, specify the branch here, eg 96, 10, 11 |
|
|
|
# repo, specify the branch here, eg 96, 10, 11 |
|
|
|
pg_version: default |
|
|
|
pg_version: default |
|
|
|
# Command to compress dumps. Will read from stdin and write to stdout. Set to False to disable compression |
|
|
|
# Command to compress dumps. Will read from stdin and write to stdout. Set to False to disable compression |
|
|
|
# pg_compress_cmd: zstd -T0 -c |
|
|
|
pg_compress_cmd: zstd -T0 -c |
|
|
|
pg_compress_cmd: False |
|
|
|
|
|
|
|
pg_remove_dump_after_backup: True |
|
|
|
pg_remove_dump_after_backup: True |
|
|
|
# can be text or custom (or a raw format name supported by pg_dump) |
|
|
|
# can be text or custom (or a raw format name supported by pg_dump) |
|
|
|
pg_dump_format: custom |
|
|
|
pg_dump_format: text |
|
|
|
|
|
|
|
|
|
|
|
pg_port: 5432 |
|
|
|
pg_port: 5432 |
|
|
|
pg_src_ip: [] |
|
|
|
pg_src_ip: [] |
|
|
|