deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

ref(rootfs): remove timeout to pg_ctl start #155

Closed bacongobbler closed 7 years ago

bacongobbler commented 7 years ago

This timeout is tunable through the PGCTLTIMEOUT environment variable or, if not set, to 60 seconds. We can set this in the chart instead.

See https://www.postgresql.org/docs/9.4/static/app-pg-ctl.html

deis-bot commented 7 years ago

@kmala and @paulczar are potential reviewers of this pull request based on my analysis of git blame information. Thanks @bacongobbler!

bacongobbler commented 7 years ago

Thank you everyone for taking the time to review this. Since we're so far into the v2.8 release cycle I'm going to punt this change to v2.9.

For users who are hitting this, the following image and patch will work:

If you're on versions prior to the deployment migration, you'll need to edit the deis-database-rc.yaml in your chart with the environment variable.