]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #8140 About wrong version mentioned in catalog update scripts
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Mon, 13 Sep 2021 10:14:16 +0000 (12:14 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:03 +0000 (09:03 +0100)
bacula/src/cats/update_mysql_tables.in
bacula/src/cats/update_postgresql_tables.in
bacula/src/cats/update_sqlite3_tables.in

index 44309999eeb9ea73114eb60522f5bde84eec8931..b1404946c7c30a2078f0f21f66086e15e6dc1514 100644 (file)
@@ -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
index 7ae8e9d8c591696b775fc16b59e6592ccbb5a7ab..1e24a2123661010e1ba7cf030409e95f45d33f0e 100644 (file)
@@ -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 " "
 
 
index f6e4547072ffef34d86e0845ce86b0b7a1fbd408..f4103fcc3f9990204d775851f29a0f611eb17745 100644 (file)
@@ -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@