fix: remove -c max_connections flag from postgres command to fix pgautoupgrade #95
Reference in New Issue
Block a user
Delete Branch "fix-pgautoupgrade-max-connections"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 withinitdb: invalid option -- 'c'. See pgautoupgrade/docker-pgautoupgrade#148