Postgis Versions

It looks like the Postgis extension for Postgres is

`
SELECT PostGIS_full_version();

POSTGIS=“2.5.2 r17328” [EXTENSION] PGSQL=“110” GEOS=“3.5.0-CAPI-1.9.0 r4084” PROJ=“Rel. 4.8.0, 6 March 2012” GDAL=“GDAL 1.11.4, released 2016/01/25” LIBXML=“2.9.1” LIBJSON=“0.11” LIBPROTOBUF=“1.3.3” TOPOLOGY RASTER
`

Is there a way to get the recent version 3.1 enabled?

Hey Peter, not at the moment. We’re planning on it though. Are there any specific features from version 3+ that you’re interested in using?

It’s mostly a compatibility issue. Developer resources and libraries mostly assume version 3, so it comes to a surprise that an older version is preinstalled