fix: remove -c max_connections flag from postgres command to fix pgautoupgrade #95

Merged
dannygroenewegen merged 1 commits from fix-pgautoupgrade-max-connections into main 2026-08-02 15:11:46 +00:00

1 Commits

Author SHA1 Message Date
dannygroenewegen 1d9c844cad fix: remove -c max_connections flag from postgres command to fix pgautoupgrade
The pgautoupgrade switch from 13.1.0+32.0.11-fpm was released untested and had a bug: the db service's `-c max_connections=...` command breaks pgautoupgrade, failing with `initdb: invalid option -- 'c'`. See pgautoupgrade/docker-pgautoupgrade#148
2026-08-02 17:02:40 +02:00