Aller au contenu

PostgreSQLHighConnections#

Postgres Instace is exceeding 80% of the currently configured maximum Postgres connection limit. Please check if this is normal service growth, abuse or an otherwise temporary condition or if new resources need to be provisioned (or the limits increased, which is mostly likely).

Commands to execute on master to check active connections:

$ kubectl exec -it -n quay quay-postgresql-cluster-0 – bash

$ psql -d quay -U quay

$ select * from pg_stat_activity where datname = 'mydatabasename';