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

Right now all different storage backends are configured in one giant python script. This should really be broken down into separate scripts (`/bin/create-$DATABASE_STORAGE-bucket`) so it's less of a maintenance hassle.

enhancement