Open
Description
maxking/mailman-core:0.5 and maxking/mailman-web0.5
With PostgreSQL 17 Mailman does not start:
ERROR: column d.daticulocale does not exist
PostgreSQL 17 needs postgresql17-client
. Unfortunately it is only in edge.
You can fix this with:
apk add --upgrade postgresql17-client --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main
I hope this helps, in case someone else has upgraded PostgreSQL to 17.