Closed ImreSamu closed 4 years ago
https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS
If the support matrix is accurate, PostGIS v2.5 isn't supported with Postgres v13.
@phillipross : Thanks for the info.
probably some package is missing from the debian repo
E: Unable to locate package postgresql-13-postgis-3
E: Unable to locate package postgresql-13-postgis-3-scripts
so I added only the 13-master
( https://github.com/postgis/docker-postgis/pull/196 )
status : waiting for postgresql-13-postgis-3
Postgres 13 beta 1 ( https://www.postgresql.org/about/news/2040/ ) available as a docker image
what is the planned versions ?
13-2.5
13-3.0
waiting for the debian upstream13-master
:heavy_check_mark: ready for test:docker pull postgis/postgis:13-master
EDIT1: removed the 13-2.5 version , based on the feedback EDIT2:
13-master
is done