Comment 2 for bug 63484

Revision history for this message
Andrew Mitchell (ajmitch) wrote : Re: f-spot crashes at startup complains about "Unsupported database version"

I presume that at sometime in the past you ran F-Spot from universe, from when it was using sqlite 2.x by default (this was changed early in dapper development)

To convert your database, install both sqlite & sqlite3, then run 'sqlite ~/.gnome2/f-spot/photos.db .dump | sqlite3 ~/.gnome2/f-spot/photos.db'.

The reason that sqlite2 is not still a dependency of f-spot, is that we do not want to have the old library still supported in main, as it has some issues which were fixed in the redesign resulting in sqlite3.