From: Michal Rakowski Date: Mon, 13 Sep 2021 10:14:16 +0000 (+0200) Subject: Fix #8140 About wrong version mentioned in catalog update scripts X-Git-Tag: Release-11.3.2~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f4b18c138ab8ee7655b60ac335b5e5caeb10296;p=thirdparty%2Fbacula.git Fix #8140 About wrong version mentioned in catalog update scripts --- diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index 44309999e..b1404946c 100644 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -3,7 +3,7 @@ # Copyright (C) 2000-2020 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # -# Shell script to update MySQL tables from Bacula Enterprise version from 4.0.x to 12.6.x +# Shell script to update MySQL tables from Bacula Enterprise version from 4.0.x to 12.8.x # OLDVERSION=1023 diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index 7ae8e9d8c..1e24a2123 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -11,7 +11,7 @@ echo " " echo "This script will update a Bacula PostgreSQL database" echo " from any from version 12-16 or 1014-$OLDVERSION to version $NEWVERSION" echo " which is needed to convert from any Bacula Enterprise" -echo " version 4.0.x, 6.x.y, 8.x.y, 10.x.y to version 12.6.x" +echo " version 4.0.x, 6.x.y, 8.x.y, 10.x.y to version 12.8.x" echo " " diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index f6e454707..f4103fcc3 100644 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -11,7 +11,7 @@ NEWVERSION=1024 echo " " echo "This script will update a Bacula SQLite3 database from version 12-14,$OLDVERSION to $NEWVERSION" echo " which is needed to convert from Bacula Enterprise version 4.0.x to 12.6.x" -echo " or Bacula Community version 5.0.x, 5.2.x, 7.0.x, 9.x to 11.2.x" +echo " or Bacula Community version 5.0.x, 5.2.x, 7.0.x, 9.x to 11.4.x" echo " " bindir=@SQLITE_BINDIR@