From a7458d0ace0b2df2dc49218b439fc0c4ede8a112 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 15 Dec 2020 11:58:10 +0100 Subject: [PATCH] Fix update_sqlite3_tables to upgrade from 9.6 to 11.0 --- bacula/src/cats/update_sqlite3_tables.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index 542327da5..80fce33e4 100644 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -465,7 +465,7 @@ commit; END-OF-DATA then echo "Update of Bacula SQLite3 tables 1021 to 1022 succeeded." - getVersion + DBVERSION=1022 else echo "Update of Bacula SQLite3 tables 1021 to 1022 failed." exit 1 @@ -484,7 +484,7 @@ commit; END-OF-DATA then echo "Update of Bacula SQLite3 tables 1022 to 1023 succeeded." - getVersion + DBVERSION=1023 else echo "Update of Bacula SQLite3 tables 1022 to 1023 failed." exit 1 -- 2.47.3