We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
postgresql17-client
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: