]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Adjust catalog update files for community
authorEric Bollengier <eric@baculasystems.com>
Tue, 1 Mar 2022 11:09:16 +0000 (12:09 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:24 +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 712949ecf14979ecb31e91b4a89fd8c9f2def718..47721a2318451689688666ed21e272bb586c2087 100644 (file)
@@ -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"
index 26f8c02f8cc161bbaa6fa509e51f049877b51644..691ac79e686f4f90f7d5c4cc98b1e7ebb2a62846 100644 (file)
@@ -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 " "
 
 
index 401dd477e31e899fab6592c1115d2d450fcfc6a1..5d86961c77037907ee5c653b6d377fa7f15b1b58 100644 (file)
@@ -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@