postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Postgres 9.5 tag?

Open idris opened this issue 7 years ago • 1 comments

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 avatar Oct 23 '17 19:10 idris

Workaround: Use postgres:9.5-alpine

idris avatar Oct 24 '17 22:10 idris