maxking / maxking/docker-mailman
PostgreSQL 17 not supported
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 278
- Forks
- 121
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Dockerfiles or image definitions for maxking/mailman-core:0.5 and maxking/mailman-web:0.5, then reproduce startup against PostgreSQL 17 using the reported missing-column error. Check how the PostgreSQL client package is installed and verify that both images start successfully with PostgreSQL 17 without relying on an undocumented manual command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, postgresql
- Domain
- databases, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100