From 1c61280d70efe523c44e628e191c522a2ea54ad1 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Tue, 8 Sep 2015 16:10:42 +0200 Subject: [PATCH] Fix path to scripts subdirectory in configuration files. --- postgres0.yml | 2 +- postgres1.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres0.yml b/postgres0.yml index ce90da14..659a4db2 100644 --- a/postgres0.yml +++ b/postgres0.yml @@ -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: diff --git a/postgres1.yml b/postgres1.yml index 763444e8..bc8b6fd1 100644 --- a/postgres1.yml +++ b/postgres1.yml @@ -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