deis / postgres

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

Revert "chore(Dockerfile): bump to wal-e v1.0.1" #162

Closed bacongobbler closed 7 years ago

bacongobbler commented 7 years ago

Reverts deis/postgres#137 due to a bug that causes postgres to fail connecting to minio.

deis-bot commented 7 years ago

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

mboersma commented 7 years ago

It appears that the test run was still referencing the :canary tag for postgres, causing it to fail. Probably this is the same issue in CI that allowed us to merge the breaking commit in the first place.

bacongobbler commented 7 years ago

deis/charts#383 should fix this.

bacongobbler commented 7 years ago

closing in favour of #161, which resolves the issue without having to revert this change.