]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #7604 About catalog update (v1023->v1024)
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Mon, 10 May 2021 16:24:04 +0000 (18:24 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:02 +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 3f980286da9b1e0f82dc75f7e6606ac6fa0de883..fd26ecd8999fcb184d639db90430d5449cada7b4 100644 (file)
@@ -6,8 +6,8 @@
 # Shell script to update MySQL tables from Bacula Enterprise version from 4.0.x to 12.6.x
 #
 
-OLDVERSION=1022
-NEWVERSION=1023
+OLDVERSION=1023
+NEWVERSION=1024
 
 echo " "
 echo "This script will update a Bacula MySQL database"
index 20fd2f67440ab2b41f484db31d55bcc3551a00b2..7ae8e9d8c591696b775fc16b59e6592ccbb5a7ab 100644 (file)
@@ -4,8 +4,8 @@
 # License: BSD 2-Clause; see file LICENSE-FOSS
 #
 
-OLDVERSION=1022
-NEWVERSION=1023
+OLDVERSION=1023
+NEWVERSION=1024
 
 echo " "
 echo "This script will update a Bacula PostgreSQL database"
index e44b3d3c71bb8e64d30f765c9523010147b2e638..3e539cf4f7ba9217333c27ba0e84f0f7a24e5df8 100644 (file)
@@ -5,8 +5,8 @@
 #
 # Shell script to update SQLite3 tables from Bacula
 #
-OLDVERSION=1022
-NEWVERSION=1023
+OLDVERSION=1023
+NEWVERSION=1024
 
 echo " "
 echo "This script will update a Bacula SQLite3 database from version 12-14,$OLDVERSION to $NEWVERSION"