From: Eric Bollengier Date: Fri, 21 Mar 2008 13:46:31 +0000 (+0000) Subject: ebl Move 9 to 10 scripts to updatedb X-Git-Tag: Release-3.0.0~1651 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c6a908ea71899728ae37a8ba027e41c4df12dff1;p=bacula%2Fbacula ebl Move 9 to 10 scripts to updatedb git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6656 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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 ce2fd2a62e..2b981eaf35 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -1,12 +1,10 @@ #!/bin/sh # -# Shell script to update MySQL tables from version 1.38 to 2.0 +# Shell script to update MySQL tables from version 2.0 to 3.0 # echo " " -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 2.0.x or higher" -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@ @@ -14,59 +12,11 @@ db_name=@db_name@ if $bindir/mysql $* -f <