Description
Hi,
I'm getting an error on a docker container, which uses postgis/postgis:13-master.
The error:
DETAIL: The database cluster was initialized with CATALOG_VERSION_NO 202005171, but the server was compiled with CATALOG_VERSION_NO 202007201.
HINT: It looks like you need to initdb.
The error occurred after pulling thew new image and restarted the docker-compose.
To fix this, I believe I need an image using CATALOG_VERSION_NO 202005171, however I'm able to locate any Dockerfile that was created around the time in https://github.com/postgis/docker-postgis.
The only relevant files I found are the following. They are both updated at the same time but the contents are different.
https://github.com/postgis/docker-postgis/blob/master/13-master/Dockerfile
https://github.com/postgis/docker-postgis/blob/master/13-3.1/Dockerfile
Could you please tell me when these files actually have changed and which is older and could be using CATALOG_VERSION_NO 202005171?
Kind regards,
Hiroki Gota