Please configure your postgres accordingly, like the documentation states here:
You do not have enough connections (you need a minimum of 200 by default without tuning).
Then reset the installation and start over.
I followed exactly what the guide says for configuring PostgreSQL, including increasing the maximum number of connections. However, after applying the changes and restarting the installation from scratch, I’m now getting this error after about 4k tickets:
PQconsumeInput() FATAL: terminating connection due to administrator command
server closed the connection unexpectedly
This probably means the server terminated abnormally before or while processing the request.
Any other suggestions?
Thanks a lot
Ah yes my bad, sorry. Reading helps.
The error message indicates that the database server is shut down. “administrator command”
This doesn’t have to be a planned stop or restart of your database server, but can also be caused due to memory reaping or automated, unattended updates. As you’re using Ubuntu, the latter is definitively a high chance.