use governor yaml parameters and not environment variables to configure backups with WAL-E.

This commit is contained in:
Oleksii Kliukin
2015-05-20 11:47:20 +02:00
parent 8a36f17d21
commit 1c1a15908c
3 changed files with 29 additions and 7 deletions
+4
View File
@@ -21,6 +21,10 @@ postgresql:
password: admin
#recovery_conf:
#restore_command: cp ../wal_archive/%f %p
wal_e:
env_dir: /home/postgres/etc/wal-e.d/env
threshold_megabytes: 10240
threshold_backup_size_percentage: 30
parameters:
archive_mode: "on"
wal_level: hot_standby