X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fupdate_mysql_tables.in;h=1361514577b358be3807b4a4a786814f70fa8e31;hb=0d9438526548cc8f43cc5d4965550479b61c1faf;hp=c59e46f86edcecf8a8ee81127b10f16cf3f35f06;hpb=ff9852b31c2637b86d33746bb919fc45f40820b7;p=bacula%2Fbacula diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index c59e46f86e..1361514577 100755 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -3,7 +3,8 @@ # 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 9 to 9" +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,23 +13,17 @@ bindir=@SQL_BINDIR@ if $bindir/mysql $* -f <