postgres
postgres copied to clipboard
Postgres 9.5 tag?
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?
Workaround: Use postgres:9.5-alpine