FreeSwitch database corrupted
FreeSwitch database corrupted
Problem
FreeSwitch console showing switch_core_sqldb.c:404 SQL ERR [database disk image is malformed] error
Solution
Locate your FreeSwitch database files location:
#ls -lh /var/lib/freeswitch/db
or /usr/local/freeswitch/db
Remove all files from that location:
# rm /var/lib/freeswitch/db/*.db
and then restart FreeSwitch. It will rebuild the FreeSwitch database files
# service freeswitch restart
Related articles
Filter by label
There are no items with the selected labels at this time.
Looking for labels? They can now be found in the details panel on the floating action bar.
Related content
If you are using mysql, make sure you are using MYODBC 3.51.18 or higher and enable FLAG_MULTI_STATEMENTS
If you are using mysql, make sure you are using MYODBC 3.51.18 or higher and enable FLAG_MULTI_STATEMENTS
More like this
STIR/SHAKEN Install steps --> Freswitch version 1.10.7 to 1.10.10
STIR/SHAKEN Install steps --> Freswitch version 1.10.7 to 1.10.10
More like this