convox / postgres

Run a local PostgreSQL
16 stars 13 forks source link

Postgres 9.5 tag? #15

Open idris opened 6 years ago

idris commented 6 years ago

On my local setup, I'm getting these errors:

postgres │ FATAL:  database files are incompatible with server
postgres │ DETAIL:  The data directory was initialized by PostgreSQL version 9.5, which is not compatible with this version 9.6.5.

It looks like convox/postgres upgraded to 9.6, but my data is still on 9.5. Could you publish a Postgres 9.5 tag to Docker so that we can run that instead of auto-upgrading to 9.6?

idris commented 6 years ago

Workaround: Use postgres:9.5-alpine