From: Michal Rakowski Date: Tue, 3 Aug 2021 20:39:03 +0000 (+0200) Subject: Fix db version after sqlite catalog update X-Git-Tag: Release-11.3.2~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a60b3394d4e192c94c749475e7fd8cc5151bbaa7;p=thirdparty%2Fbacula.git Fix db version after sqlite catalog update --- diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index e0c3f239d..f6e454707 100644 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -502,7 +502,7 @@ commit; END-OF-DATA then echo "Update of Bacula SQLite3 tables 1023 to 1024 succeeded." - DBVERSION=1023 + DBVERSION=1024 else echo "Update of Bacula SQLite3 tables 1023 to 1024 failed." exit 1