X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fupdate_sqlite_tables.in;h=efb79fb88ab7cb9cc3a39f1f64df78b3ea41dac9;hb=0d9438526548cc8f43cc5d4965550479b61c1faf;hp=bb83b4f85cadd4ac664a5c680c9c28a56f11a116;hpb=f08edd47411f8aecedc792bb2af47d3f11ee892f;p=bacula%2Fbacula diff --git a/bacula/src/cats/update_sqlite_tables.in b/bacula/src/cats/update_sqlite_tables.in index bb83b4f85c..efb79fb88a 100755 --- a/bacula/src/cats/update_sqlite_tables.in +++ b/bacula/src/cats/update_sqlite_tables.in @@ -1,24 +1,29 @@ #!/bin/sh # -# shell script to update SQLite from version 1.32 to 1.33 +# shell script to update SQLite from version 1.38 to 1.39 # echo " " +echo "This script will update a Bacula SQLite database from version 9 to 10" +echo " which is needed to convert from Bacula version 1.38.x to 1.39.x or higher" echo "Depending on the size of your database," echo "this script may take several minutes to run." echo " " bindir=@SQL_BINDIR@ cd @working_dir@ +sqlite=@DB_NAME@ -$bindir/sqlite $* bacula.db <