From: Michal Rakowski Date: Mon, 10 May 2021 16:24:04 +0000 (+0200) Subject: Fix #7604 About catalog update (v1023->v1024) X-Git-Tag: Release-11.3.2~541 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f0db9bbc2c72d0d1ec232b2c75db2db0fd9508;p=thirdparty%2Fbacula.git Fix #7604 About catalog update (v1023->v1024) --- diff --git a/bacula/src/cats/update_mysql_tables.in b/bacula/src/cats/update_mysql_tables.in index 3f980286d..fd26ecd89 100644 --- a/bacula/src/cats/update_mysql_tables.in +++ b/bacula/src/cats/update_mysql_tables.in @@ -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" diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index 20fd2f674..7ae8e9d8c 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -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" diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index e44b3d3c7..3e539cf4f 100644 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -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"