<div dir="ltr">Hi,<div><br></div><div>When I try to connect to a remote PostgreSQL server, I get</div><div><br></div><div>    2019-08-23 10:19:05.793364 [ERR] switch_core_db.c:223 SQL ERR [unable to open database file]</div><div><br></div><div>when using the Lua API</div><div><br></div><div>   freeswitch.Dbh("pgsql://hostaddr=1.2.3.4 dbname=mydb user=postgres password=postgres options='-c client_min_messages=NOTICE' application_name='freeswitch'")<br></div><div><br></div><div>(as recommended in the docs at: <a href="https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+Databases">https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+Databases</a> )</div><div><br></div><div>It has been working flawlessly, even across FreeSWITCH service restarts, then I foolishly did a `sudo apt update && sudo apt upgrade` on Debian 9, and that was it.</div><div><br></div><div>Would you recommend some steps on how I could troubleshoot this further? The error message is too generic.</div><div><br></div><div>What I did so far:</div><div><br></div><div>0. Server reboot, call to server connects, Lua script works as intended, but fails at the DB part.</div><div><br></div><div>1. Checked the database on the remote server, it works fine.</div><div><br></div><div>2. Checked whether port is still open on remote server from the freeswitch server with `nc -zv 1.2.3.4 5432` and it is.</div><div><br></div><div>Thank you for any suggestions!</div><div><br></div><div>Appreciatively,</div><div>Attila</div></div>