Merge pull request #31 from zalando/bugfix/script_paths

Fix path to scripts subdirectory in configuration files.
This commit is contained in:
Alexander Kukushkin
2015-09-08 16:25:52 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ postgresql:
env_dir: /home/postgres/etc/wal-e.d/env
threshold_megabytes: 10240
threshold_backup_size_percentage: 30
restore: scripts/restore.py
restore: patroni/scripts/restore.py
#recovery_conf:
#restore_command: cp ../wal_archive/%f %p
parameters:
+1 -1
View File
@@ -49,7 +49,7 @@ postgresql:
env_dir: /home/postgres/etc/wal-e.d/env
threshold_megabytes: 10240
threshold_backup_size_percentage: 30
restore: scripts/restore.py
restore: patroni/scripts/restore.py
parameters:
archive_mode: "on"
wal_level: hot_standby