From 46f0db9bbc2c72d0d1ec232b2c75db2db0fd9508 Mon Sep 17 00:00:00 2001 From: Michal Rakowski Date: Mon, 10 May 2021 18:24:04 +0200 Subject: [PATCH] Fix #7604 About catalog update (v1023->v1024) --- bacula/src/cats/update_mysql_tables.in | 4 ++-- bacula/src/cats/update_postgresql_tables.in | 4 ++-- bacula/src/cats/update_sqlite3_tables.in | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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" -- 2.47.3