FATAL: 53300: remaining connection slots are reserved for non-replication superuser connections
How to solve this issue
FATAL: 53300: remaining connection slots are reserved for non-replication superuser connections
How to solve this issue
i have above like structure
used below query
_________++++++SELECT * FROM pg_stat_activity;
++++++SELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE state = ‘idle’;
SQL Error [42501]: ERROR: must be a superuser to terminate superuser process
above error is comming how to solve this
Hey @saurabhtalele,
Welcome to the community
Where are you seeing this error? It sounds like like you may need to increase the max_connections option for your database but more information is needed.
The second error on being a superuser to terminate the process is from the database and it is not an n8n issue so you may need to consult whoever manages your database.