]> git.sur5r.net Git - bacula/bacula/commitdiff
Close bug #1351 SQLite2 to SQLite3 conversion
authorKern Sibbald <kern@sibbald.com>
Mon, 24 Aug 2009 14:53:55 +0000 (16:53 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 24 Aug 2009 14:53:55 +0000 (16:53 +0200)
bacula/technotes

index 7265a48af8fca9177b974074090c0c49cc3cc30a..e9e1eaa9b4c6f7cc581857e688cf39700ef77152 100644 (file)
@@ -2,6 +2,18 @@
           
 General:
 
+24Aug09
+kes  Confirmation of procedure suggested for upgrading from SQLite2
+     to SQLite3.  This fixes bug #1351.  Procedure is:
+     echo ".dump" | sqlite bacula.db >bacula.sql
+     mv bacula.db bacula.db.old
+     sed -i -e 's%INTEGER UNSIGNED AUTOINCREMENT,%INTEGER,%g' bacula.sql
+     (note: the above only works on Linux systems. On some systems
+      the -i option is not available. Adapt as necessary)
+     sqlite3 bacula.db
+     .quit
+     sqlite3 bacula.db <bacula.sql
+     rm -f bacula.sql
 23Aug09
 ebl  Run job when double-click in Jobs list item
 ebl  Simplify the code to make TableWidget in read-only