Re: Upgrading sqlite database format
- From: "Gabriel Burt" <gabriel burt gmail com>
- To: "Hugo Vincent" <hugo vincent gmail com>
- Cc: f-spot-list gnome org
- Subject: Re: Upgrading sqlite database format
- Date: Sat, 4 Nov 2006 22:45:21 -0600
On 11/4/06, Hugo Vincent <hugo vincent gmail com> wrote:
Is there any way to (semi-)automagically convert my old database to the new
format? I really hope so!
cd ~/.gnome2/f-spot/
mv photos.db photos_sqlite2.db
sqlite photos_sqlite2.db .dump | sqlite3 photos.db
Note the first sqlite call in the last instruction is sqlite (which is
sqlite2 implicitly, so you must have it installed).
Gabriel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]