database error i need help ..

DeStRoYzR

Member
Sep 14, 2015
16
2
38
some certain clients that am not able to remove server groups from them , however i can add these server groups but if i try to remove it , it says database error . can anyone help ?
and server lags
2016-02-16 22:09:35.075989|ERROR |DatabaseQuery | |db_open() select * from group_server_to_client where server_id = 1 and id1 = 189 error: database disk image is malformed


See
http://prntscr.com/a45myt
 
Last edited:

kingston

Contributor
Feb 10, 2016
243
151
128
In human language the error means that your sqlite database got corrupted. In some cases it is possible to recover the database but there is no universal method of doing that. You begin with creating an .sql backup file of that database and then you look inside, decide what's wrong, remove it and import the fixed .sql into a fresh database. There is a good chance that it will work. It won't fix itself so if you don't do something - the problem will get worse.
 
Top