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