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
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