X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fupdate_mysql_tables.in;h=e78a13592c49a9369060577fee22ff11a2f365c5;hb=e1cef658945b39b672473e75e0183f41827e1a13;hp=217416ec648c5f66d6d5dd0c5f85efd7e0a0d7ce;hpb=aaaffe6d60b00fb01bb8f021050bc5b01a3744c6;p=bacula%2Fbacula diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in old mode 100755 new mode 100644 index 217416ec64..e78a13592c --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -1,60 +1,61 @@ #!/bin/sh # -# Shell script to update MySQL tables from version 1.32 to 1.33 +# Shell script to update MySQL tables from version 2.0 to 3.0 # echo " " -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 10 to 11" +echo " which is needed to convert from Bacula version 2.0.x to 3.0.x or higher" echo " " bindir=@SQL_BINDIR@ +db_name=@db_name@ if $bindir/mysql $* -f <