# 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"
# 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 " "
#
# 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@