-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Server failed to start on recent Ubuntu due to too low max_connections #14
Comments
@jamesnunn By the way, is there a good reason for specifying a default number for the max allowed connections in pgtest? |
Btw, it would help a lot for debugging if in case of an error the |
@dev-zero I'm sure @jamesnunn would happily accept a PR for this |
@jamesnunn I'm going to prepare a PR for this - I'll be removing the max allowed connections default unless otherwise instructed |
It seems that the most recent version of PostgreSQL in the
ubuntu:rolling
image increased the required amount of connections even more. In that image startup fails with the following message:My guess is that the number of
superuser_reserved_connections
got increased to 3, which makes to total amount of required connections now13
.I'd recommend to increase it to 15.
@ltalirz fyi
The text was updated successfully, but these errors were encountered: