From: Eric Bollengier Date: Fri, 12 Aug 2022 15:43:03 +0000 (+0200) Subject: Fix errors in update_bacula_tables X-Git-Tag: Beta-15.0.0~528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f678a3848cd1604d0ae154cbde790c18fc3dc0;p=thirdparty%2Fbacula.git Fix errors in update_bacula_tables --- diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index afa04f416..b8f6172ff 100644 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -13,7 +13,7 @@ echo " " echo "This script will update a Bacula MySQL database" echo " from any from version 12-15 or 1014-$OLDVERSION to version $NEWVERSION" echo " which is needed to convert from any Bacula Community " -echo " versions 5.0.x, 5.2.x, 7.4.x, 9.x.x to Community version 13.0" +echo " versions 5.0.x, 5.2.x, 7.4.x, 9.x.x to Community version 15.0" echo " " echo "Depending on the current version of your catalog, you may" echo " have to run this script multiple times"