From 09f678a3848cd1604d0ae154cbde790c18fc3dc0 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 12 Aug 2022 17:43:03 +0200 Subject: [PATCH] Fix errors in update_bacula_tables --- bacula/src/cats/update_mysql_tables.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3