postgis / docker-postgis

Docker image for PostGIS
https://hub.docker.com/r/postgis/postgis/
MIT License
1.39k stars 466 forks source link

Database files are incompatible with server #362

Closed shawnngtq closed 1 year ago

shawnngtq commented 1 year ago

This morning my PostGIS crash due to the update

FATAL: database files are incompatible with server

My data is 15 while the latest image version is 16.

The solution is to change my docker image to 15-3.4, and it will work.

https://github.com/postgis/docker-postgis/issues/128