Comment 5 for bug 64323

Revision history for this message
Andrew Mitchell (ajmitch) wrote : Re: crashes at startup

Thanks - it's hard to have a conversion script to handle upgrades like this, as it'd require having sqlite & libsqlite0 installed. You can probably install libsqlite0 to access the old database, and if you install the sqlite & sqlite3 packages, you can convert your database to the new format by:

sqlite ~/.gnome2/f-spot/photos.db .dump | sqlite3 ~/.gnome2/f-spot/photos.db.3
mv ~/.gnome2/f-spot/photos.db ~/.gnome2/f-spot/photos.db.2
mv ~/.gnome2/f-spot/photos.db.3 ~/.gnome2/f-spot/photos.db

I think I'll try & include this as a script in /usr/lib/f-spot for the next upload, and try & change the error message a bit.