Disconnect DB connections before close PgAdmin webpage

Context: When you open PgAdmin webpage and access any Database, it will create connections to DB server and these connections will not be closed properly when you just close the browser webpage of PgAdmin.

it will cause several issues related to maximum connection limit.

Actions:

You must disconnect any DB connection that you are working on. example below, I have 2 open DB connections, so I need to disconnect them using “Disconnect Database”.

Or you can simply disconnect entire server to close all open connections using “Disconnect Server”

Leave a comment