Used Zammad version: 5.3.1-1674057058.5f657f26.bionic
Used Zammad installation type: package
Operating system: Ubuntu
Browser + version: Chrome
We have recently been getting errors like these:
Error ID 5lb-5xBa: Please contact your administrator
When users try to open tickets.
Logs show this seems to be an error with PG, but don’t seem to indicate the cause.
E, [2023-01-20T08:25:52.432316 #849-19992440] ERROR -- : Error ID G0gZ0dZ2: PG::InFailedSqlTransaction: ERROR: current transaction is aborted, commands ignored until end of transaction block
I’m not enough of a database expert to determine the issue. Any assistance would be appreciated.
I think my error is due to our PG Connections setting. It was still at default (500 I think?). I followed the docs here: Configure Database server — Zammad documentation and increased the number of connections.
The default for PostgreSQL’s max_connections is usually set at 100 connections. If you’re hitting that, you should see a specific line in your logs. I have written a bit about this in the following post: