]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix update_sqlite3_tables to upgrade from 9.6 to 11.0
authorEric Bollengier <eric@baculasystems.com>
Tue, 15 Dec 2020 10:58:10 +0000 (11:58 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:59 +0000 (09:02 +0100)
bacula/src/cats/update_sqlite3_tables.in

index 542327da568d163239cd4d6c08077f44d7ce5239..80fce33e434bf47050a0b54e48650a526205e0fe 100644 (file)
@@ -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