<div dir="ltr">Greetings,<div>I have a freeswitch installation that is configured to use MySQL (via ODBC) in switch.xml.  Today we had one of our freeswitch hosts go out of service with this error:</div><div><br></div><div><div><b>2018-01-03 00:14:51.340034 [ERR] switch_core_sqldb.c:587 NATIVE SQL ERR [database disk image is malformed]</b></div><div><b>delete from sip_registrations where sip_user='rcampos1' and sip_host='10.201.0.94'</b></div></div><div><br></div><div>Through some searching, we determined that is the result of the sqlite db becoming corrupt.  There were no power events, but it simply stopped working.  Now... I don't even want to use sqllite.  We have MySQL configured and is working properly.  Here is our config from switch.xml</div><div><br></div><div><div>    <param name="core-db-dsn" value="freeswitch:freeswitch:freeswitch" /></div><div>    <param name="auto-create-schemas" value="true"/></div><div>    <param name="auto-clear-sql" value="true"/></div><div>    <param name="core-dbtype" value="MYSQL"/></div></div><div><br></div><div>The registrations and calls ARE showing up in MySQL, so the ODBC connection is working.  Why would Freeswitch continue to use SQLite even though we have configured the core to use MySQL?  Even after clearing out the /freeswtich/db directory, upon restart, the following files show up again.  It's as if Freeswitch is writing to both SQLite and MySQL.</div><div><br></div><div><div>-rw-r--r-- 1  14K Jan  3 00:16 call_limit.db</div><div>-rw-r--r-- 1 5.0K Jan  3 00:16 fifo.db</div><div>-rw-r--r-- 1  93K Jan  3 00:16 sofia_reg_external.db</div><div>-rw-r--r-- 1  99K Jan  3 00:26 sofia_reg_internal.db</div></div><div><br></div><div>Any help would be greatly appreciated.</div><div><br></div><div>Thanks,</div><div>Geoff</div></div>