X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fupdate_sqlite3_tables.in;h=2d3cca53327cb5bc8e24abcad215d61db9b50b2f;hb=59d4303c028e69e3ffe32e0b7f38bdce5c7b5cc0;hp=0ac663bf0a5f71b1084d0e2e6b56a0f42c928647;hpb=391c02ab6daeea9de1cee839886c5a62bd3b8428;p=bacula%2Fbacula diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index 0ac663bf0a..2d3cca5332 100644 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -1,68 +1,52 @@ #!/bin/sh # -# This script is needed to convert from Bacula Enterprise 2.6 to 4.0 or -# Standard version 3.0 to 5.0 +# 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 SQLite database from version 11 to 12" -echo " which is needed to convert from Bacula Enterprise 2.6 to 4.0 or " -echo " Standard version 3.0 to 5.0" -echo "Depending on the size of your database," -echo "this script may take several minutes to run." +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@ -${sqlite} $* ${db_name}.db <