X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fupdate_sqlite_tables.in;h=d0d9e743d3221c1b5b250b1d284b507efd7ea6e1;hb=b34b84f6913ee6d03d6c838e647c4aedf4bda3f2;hp=ae6090a34411bb99950cff74ea2e3131296ad150;hpb=c47179445eea96bb6549a7e75aabf1ad4b4d2f10;p=bacula%2Fbacula diff --git a/bacula/src/cats/update_sqlite_tables.in b/bacula/src/cats/update_sqlite_tables.in index ae6090a344..d0d9e743d3 100755 --- a/bacula/src/cats/update_sqlite_tables.in +++ b/bacula/src/cats/update_sqlite_tables.in @@ -1,18 +1,18 @@ #!/bin/sh # -# shell script to update SQLite from version 1.34 to 1.35.5 +# shell script to update SQLite from version 1.36 to 1.37.12 # echo " " -echo "This script will update a Bacula SQLite database from version 7 to 8" +echo "This script will update a Bacula SQLite database from version 8 to 9" 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 <