I have a SinarabeforeSELECT request that’s tripping out after the app is set for a non-restart. Refreshes minutes after this happens, I get this bad connection. I just updated my rbenv to 2.6.2 from 2.5.1. After a manual restart, and all I can think of, this happens.
Under the 2.5.1 version, an hourly refresh of this page happens, and I’ve never seen this error before.
PQconsumeInput() server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
res = $conn.exec_params( %Q{ SELECT count(id) FROM s_ads_t WHERE status = $1 }, ['new'] )
No output on the troubleshooting output at all.
I have Postico which connects just fine to both local workstation and the remote server (non-SSL).
Original report by BeeRich33 (Bitbucket: Rich, GitHub: Rich).
I have a
Sinara
before
SELECT
request that’s tripping out after the app is set for a non-restart. Refreshes minutes after this happens, I get this bad connection. I just updated myrbenv
to 2.6.2 from 2.5.1. After a manual restart, and all I can think of, this happens.Under the 2.5.1 version, an hourly refresh of this page happens, and I’ve never seen this error before.
PQconsumeInput() server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
No output on the troubleshooting output at all.
I have
Postico
which connects just fine to both local workstation and the remote server (non-SSL).