X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fupdate_sqlite3_tables.in;h=2d3cca53327cb5bc8e24abcad215d61db9b50b2f;hb=59d4303c028e69e3ffe32e0b7f38bdce5c7b5cc0;hp=d627976c51c8ca347ea3e79474b0941ac629d287;hpb=82e9b2045bde19328123c3cb591f94f4abbdd202;p=bacula%2Fbacula diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index d627976c51..2d3cca5332 100644 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -1,34 +1,31 @@ #!/bin/sh # -# Shell script to update MySQL tables from Bacula Enterprise version 2.6.x to 4.0.x -# or Bacula Community version 5.0.x to 5.2.x +# Shell script to update MySQL tables from Bacula Community version 5.0.x to 5.2.x # echo " " -echo "This script will update a Bacula MySQL database from version 12 to 13" -echo " which is needed to convert from Bacula Enterprise version 2.6.x to 4.0.x" -echo " or Bacula Community version 5.0.x to 5.2.x" +echo "This script will update a Bacula MySQL database from version 12 to 14" +echo " which is needed to convert from Bacula Community version 5.0.x to 5.2.x" echo " " -bindir=@SQL_BINDIR@ +bindir=@SQLITE_BINDIR@ PATH="$bindir:$PATH" cd @working_dir@ -sqlite=@DB_TYPE@ db_name=@db_name@ -DBVERSION=`${sqlite} ${db_name}.db <