postgres icon indicating copy to clipboard operation
postgres copied to clipboard

A PostgreSQL database used by Deis Workflow.

Results 11 postgres issues
Sort by recently updated
recently updated
newest added

This is the same behaviour as in: https://github.com/deis/postgres/issues/123 The database container never comes up completely to pass a health check. It tries to restore from S3, and then fails. The...

This is apparently due to https://github.com/wal-e/wal-e/issues/270 example spew: ``` wal_e.retries WARNING MSG: retrying after encountering exception DETAIL: Exception information dump: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/wal_e/retries.py", line 62, in...

I have IAM setup and have confirmed it works in the deis namespace by running up generic ubuntu and accessing the bucket successfully. However the database log is showing this:...

related to: https://github.com/deis/workflow/issues/693 is very confusing as failling to backup is blocking to use the DB at all but pod state don't give a clue about it

See https://github.com/deis/charts/pull/142

enhancement

If we were to stop the container in the middle of a base backup, it is unknown what will happen to the backup. See https://github.com/deis/postgres/pull/104#discussion_r65463009 for discussion/potential solutions to this...

enhancement

Those who want to use postgres standalone will wonder how to configure this container. Right now the information is here: https://deis.com/docs/workflow/installing-workflow/configuring-object-storage/#deisdatabase . I think it'd be great if this information...

docs
easy fix

Right now if you attempt to add the following envvars and disable routing, the application won't deploy because it relies on the hard-coded secret paths: ``` > deis create postgres...

enhancement
refactor

Optimally we should be able to test on all four supported backends (minio, aws, gcs and azure) so we can ensure that it all works across all supported backends.

tests