Skip to content

Commit

Permalink
Use correct path to the scripts directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Sep 14, 2015
1 parent 73eeaae commit c8f9517
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions postgres-appliance/postgres_ha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ postgresql:
env_dir: $WALE_ENV_DIR
threshold_megabytes: ${WALE_BACKUP_THRESHOLD_MEGABYTES}
threshold_backup_size_percentage: ${WALE_BACKUP_THRESHOLD_PERCENTAGE}
restore: patroni/scripts/restore.py
restore: patroni/patroni/scripts/restore.py
callbacks:
on_start: patroni/scripts/aws.py
on_stop: patroni/scripts/aws.py
on_restart: patroni/scripts/aws.py
on_role_change: patroni/scripts/aws.py
on_start: patroni/patroni/scripts/aws.py
on_stop: patroni/patroni/scripts/aws.py
on_restart: patroni/patroni/scripts/aws.py
on_role_change: patroni/patroni/scripts/aws.py
parameters:
archive_mode: "on"
wal_level: hot_standby
Expand Down

0 comments on commit c8f9517

Please sign in to comment.