PostgreSQL Max Connections Limit
Hello, I really need to increase the maximum number of connections to PostgreSQL. I tried different options, through environment variables, through SQL query, through PGbouncer and edited Env in it too, it's like watching the config(SHOW max_connections;) and the console displays a maximum of 100.
Solution:Jump to solution
they are standard postgres database, so this answer from stack overflow will work for you - https://stackoverflow.com/a/58373811
6 Replies
Project ID:
954021da-05ef-4f3b-b870-c695713b083c
954021da-05ef-4f3b-b870-c695713b083c
Solution
they are standard postgres database, so this answer from stack overflow will work for you - https://stackoverflow.com/a/58373811
Thanks, that helped!
no problem!