Re: [Bacula-users] SQLite 2 to SQLite 3 migration

2009-09-01 Thread Gavin McCullagh
Hi John, On Fri, 21 Aug 2009, John Goerzen wrote: > Over at Debian, we received a bug report at > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542810 regarding the > migration from sqlite2 to sqlite3. We are doing the process implied > by the make_catalog_backup command; namely: Did you fin

[Bacula-users] SQLite 2 to SQLite 3 migration

2009-08-21 Thread John Goerzen
Hi folks, Over at Debian, we received a bug report at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542810 regarding the migration from sqlite2 to sqlite3. We are doing the process implied by the make_catalog_backup command; namely: sqlite "$DB" .dump | sqlite3 "$DB.sqlite3" Our reporter