Update to 2020-10-13 20:00

master
Daniel Berteaud 4 years ago
parent 528f3f53b0
commit 6328385ea2
  1. 5
      roles/postgresql_server/defaults/main.yml

@ -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: []

Loading…
Cancel
Save