Skip to content

Commit f717c24

Browse files
author
Matthew Fisher
committed
Merge pull request #59 from bacongobbler/bump-start-wait-timeout
fix(docker-entrypoint-initdb): bump wait timeout
2 parents 4aa3808 + 68c3ddf commit f717c24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/docker-entrypoint-initdb.d/003_restore_from_backup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ EOF
4646
echo "restore_command = 'envdir /etc/wal-e.d/env wal-e wal-fetch \"%f\" \"%p\"'" >> "$PGDATA/recovery.conf"
4747
gosu postgres pg_ctl -D "$PGDATA" \
4848
-o "-c listen_addresses=''" \
49+
-t 1200 \
4950
-w start
5051
else
5152
echo "No backups found. Performing an initial backup..."

0 commit comments

Comments
 (0)