From a60b3394d4e192c94c749475e7fd8cc5151bbaa7 Mon Sep 17 00:00:00 2001 From: Michal Rakowski Date: Tue, 3 Aug 2021 22:39:03 +0200 Subject: [PATCH] Fix db version after sqlite catalog update --- bacula/src/cats/update_sqlite3_tables.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3