X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fupdate_mysql_tables.in;h=1361514577b358be3807b4a4a786814f70fa8e31;hb=0d9438526548cc8f43cc5d4965550479b61c1faf;hp=0ff6b4146d8800d3a7f20b3613e97f26e5acb244;hpb=185a7010ae96c2e391d5f2c77fc42f14020621c4;p=bacula%2Fbacula diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index 0ff6b4146d..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.36 to 1.37.3 +# 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 8 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,42 +13,59 @@ bindir=@SQL_BINDIR@ if $bindir/mysql $* -f <