Bug#560329: iceweasel: browsing and form histories disappeared on upgrade

Mike Hommey mh at glandium.org
Wed Dec 23 16:29:49 UTC 2009


On Sat, Dec 19, 2009 at 09:43:34PM +0100, Gabriele Stilli wrote:
> sabato 19 dicembre 2009, alle 18:58, Mike Hommey scrive:
> 
> > Can you check if you have other files containing these information ?
> > You could be a victim of a bad profile upgrade from before sqlite to
> > sqlite.
> 
> Most probably I am :-)
> 
> I can't find any other file that could hold the required info. But I'll
> keep on searching. In the meanwhile, this is an 'ls -rRtla' of the
> mentioned backup of my profile's directory, should you notice something
> interesting that I'm missing; the Iceweasel upgrade was done on December
> 9th.

The places.sqlite file is big, there is hope stuff might be still in
there. Could you try running the following:
sqlite3 places.sqlite
sqlite> select count(*) from moz_historyvisits;
sqlite> select count(*) from moz_bookmarks;

What does that return you ?

Cheers,

Mike





More information about the pkg-mozilla-maintainers mailing list