Skip to main content

Moving to PostGIS

In release 0.23.6, Dawarich started using PostGIS for spatial data storage.

All users will need to replace our PostgreSQL database image with the one that supports Postgis.

Since there are at least 4 platforms that are supported by Dawarich, it might be not easy to decide what docker image will be a good replacement for Postgres in your case. Hopefully, the table below will help you with that.

ArchitectureOld imageNew image
amd64postgres:14.2-alpineimresamu/postgis:14-3.5-alpine
arm64postgres:14.2-alpineimresamu/postgis:14-3.5-alpine
linux/arm/v7postgres:14.2-alpineimresamu/postgis:14-3.5-alpine
linux/arm/v8postgres:14.2-alpineimresamu/postgis:14-3.5-alpine

If you already switched to PostgreSQL17, here are some images that will work in your case:

ArchitectureOld imageNew image
amd64postgres:17-alpineimresamu/postgis:17-3.5-alpine
arm64postgres:17-alpineimresamu/postgis:17-3.5-alpine
linux/arm/v7postgres:17-alpineimresamu/postgis:17-3.5-alpine
linux/arm/v8postgres:17-alpineimresamu/postgis:17-3.5-alpine