From: Eric Bollengier Date: Tue, 15 Dec 2020 10:58:10 +0000 (+0100) Subject: Fix update_sqlite3_tables to upgrade from 9.6 to 11.0 X-Git-Tag: Release-11.3.2~792 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7458d0ace0b2df2dc49218b439fc0c4ede8a112;p=thirdparty%2Fbacula.git Fix update_sqlite3_tables to upgrade from 9.6 to 11.0 --- 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