meta data for this page
  •  

This is an old revision of the document!


SQLite database repair

systemctl stop domoticz
 
echo .dump | sqlite3 domoticz.db > /tmp/domoticz.sql
mv domoticz.sb domoticz.sb.bak
sqlite3 -init /tmp/domoticz.sql domoticz.sb
 
systemctl start domoticz