First, make a couple of physical copies of the database and do not write into it anymore. Then, working on a copy, you could try restoring / extracting the data by using forensic tools, etc.
I'm not aware of a straightforward sqlite restore tool, but there might be one or two out there... I'm sure you're not the first to have such an issue. I guess it comes down to the question of is it worth the time and effort. Regards, Ales On Wednesday, December 19, 2012 4:54:50 PM UTC+1, Aurelijus Useckas wrote: > > Yeah I know.. I have an old backup only :( me bad > > > On Wed, Dec 19, 2012 at 5:51 PM, Mark <czhan...@gmail.com <javascript:>>wrote: > >> Do you have any kind of backup files for the database? Or, do your >> server/computer backup daily or weekly? If there are any backup files, you >> can restore the deleted data easily. >> >> Mark >> >> >> On Wednesday, December 19, 2012 8:21:27 AM UTC-5, Aurelijus Useckas wrote: >>> >>> I've deleted user information from auth_users and suddenly all my data >>> (from other table views) disapears.. Yes, other tables are linked to this >>> one. Specifically for info on updates and simillar... >>> >>> If I restore the same data in auth_users other table still doesn't show >>> anything... I event reset the autoincrement and make it appear totally >>> identical.. still nothing :( >>> >>> did i mess up??? :( >>> >> -- >> >> >> >> > > --