X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fupdate_mysql_tables.in;h=1361514577b358be3807b4a4a786814f70fa8e31;hb=0d9438526548cc8f43cc5d4965550479b61c1faf;hp=f1bd2a7b518519901e893ea279d940ebb36ac707;hpb=bb2dd1b87f7b8c781404c4bc97de23446bb6eaf2;p=bacula%2Fbacula diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index f1bd2a7b51..1361514577 100755 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -1,9 +1,10 @@ #!/bin/sh # -# Shell script to update MySQL tables from version 1.34 to 1.35.5 +# Shell script to update MySQL tables from version 1.38 to 1.39 # echo " " -echo "This script will update a Bacula MySQL database from version 7 to 8" +echo "This script will update a Bacula MySQL 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 " " @@ -12,8 +13,59 @@ bindir=@SQL_BINDIR@ if $bindir/mysql $* -f <