I created a database yesterday and was able to connect to it. Today , I can’t and I’m getting this error: [53300] FATAL: remaining connection slots are reserved for non-replication superuser connections. I tried creating a connection pool but getting this error [08P01] ERROR: pgbouncer cannot connect to server. when trying to connect to it.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
!ref
Hi @GiantSeaGreenClam,
You’ll need to Edit the PostgreSQL configuration file and increase the value for max_connections. The value for shared_buffers may also need to be increased.
You may see here how more connections have been created: