From: Eric Bollengier Date: Tue, 1 Mar 2022 11:09:16 +0000 (+0100) Subject: Adjust catalog update files for community X-Git-Tag: Release-11.3.2~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2444c090f6bfda634a77d8552c081b5610c635;p=thirdparty%2Fbacula.git Adjust catalog update files for community --- diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index 712949ecf..47721a231 100644 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -3,18 +3,17 @@ # Copyright (C) 2000-2022 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.8.x +# Shell script to update MySQL tables to Bacula version 11.4.x # -OLDVERSION=1023 +OLDVERSION=1022 NEWVERSION=1024 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 Enterprise" -echo " or Bacula Community versions 5.0.x, 5.2.x, 7.4.x, 9.x.x to" -echo " Community version 11.2" +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 11.4" echo " " echo "Depending on the current version of your catalog, you may" echo " have to run this script multiple times" diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index 26f8c02f8..691ac79e6 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -4,14 +4,13 @@ # License: BSD 2-Clause; see file LICENSE-FOSS # -OLDVERSION=1023 +OLDVERSION=1022 NEWVERSION=1024 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.8.x" +echo " which is needed to convert from any Bacula Communty to version 11.4.x" echo " " diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index 401dd477e..5d86961c7 100644 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -5,13 +5,12 @@ # # Shell script to update SQLite3 tables from Bacula # -OLDVERSION=1023 +OLDVERSION=1022 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.4.x" +echo " which is needed to convert from Bacula Community version 5.0.x, 5.2.x, 7.0.x, 9.x to 11.4.x" echo " " bindir=@SQLITE_BINDIR@