Opened 3 days ago

Closed 3 days ago

#3230 closed task (fixed)

tracsvn out of postgresql pool

Reported by: robe Owned by: sac-tickets@…
Priority: normal Milestone: Sysadmin Contract 2024-I
Component: SysAdmin Keywords:
Cc:

Description

Both trac and gitea were showing out of postgresql pool connections.

Change History (1)

comment:1 by robe, 3 days ago

Resolution: fixed
Status: newclosed

I restarted postgresql to fix.

I've upped the max pool count again from 200 to 300.

 ALTER SYSTEM SET max_connections = 300;

systemctl restart postgresql

and restarted the postgresql service.

I'm considering putting in pg bouncer for more pool support, but will probably upgrade postgresql first before I resort to that.

Note: See TracTickets for help on using tickets.