Skip to content

Commit

Permalink
Merge pull request #240 from zalando/fix-postgres_backup.sh-location
Browse files Browse the repository at this point in the history
Adjust path to postgres_backup.sh in launch.sh
  • Loading branch information
Jan-M committed Jun 7, 2018
2 parents 9eb9f1e + f9e0774 commit 6f9156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ "$DEMO" = "true" ]; then
else
if python3 /scripts/configure_spilo.py all; then
(
su postgres -c "PATH=$PATH /scripts/patroni_wait.sh -t 3600 -- /postgres_backup.sh $WALE_ENV_DIR $PGDATA"
su postgres -c "PATH=$PATH /scripts/patroni_wait.sh -t 3600 -- /scripts/postgres_backup.sh $WALE_ENV_DIR $PGDATA"
) &
fi
exec supervisord --configuration=/etc/supervisor/supervisord.conf --nodaemon
Expand Down

0 comments on commit 6f9156c

Please sign in to comment.