]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak updatedb scripts
authorEric Bollengier <eric@baculasystems.com>
Mon, 18 Oct 2021 13:39:56 +0000 (15:39 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:56 +0000 (13:56 +0200)
bacula/updatedb/update_mysql_tables_1024_to_1025.in
bacula/updatedb/update_postgresql_tables_1024_to_1025.in

index 6acad12bc2e0524708a800b05fb1e52b123865a7..2dbada50deb9982bd7827b96cf3cb1b7f217f302 100644 (file)
@@ -86,10 +86,10 @@ CREATE INDEX meta_attachmentjobid on MetaAttachment (Jobid);
 UPDATE Version SET VersionId=1024;
 END-OF-DATA
 then
-   echo "Update of Bacula MySQL tables 1023 to 1024 succeeded."
+   echo "Update of Bacula MySQL tables 1024 to 1025 succeeded."
    getVersion
 else
-   echo "Update of Bacula MySQL tables 1023 to 1024 failed."
+   echo "Update of Bacula MySQL tables 1024 to 1025 failed."
    exit 1
 fi
 
index 0b52195e3d5b21e04cdfe09b3bda02f02d5332ac..740735dfe9304de3f9af2ab45eadf6bd0c65255a 100644 (file)
@@ -99,9 +99,9 @@ UPDATE Version SET VersionId=1025;
 commit;
 END-OF-DATA
 then
-   echo "Update of Bacula PostgreSQL tables 1023 to 1024 succeeded."
+   echo "Update of Bacula PostgreSQL tables 1024 to 1025 succeeded."
 else
-   echo "Update of Bacula PostgreSQL tables 1023 to 1024 failed."
+   echo "Update of Bacula PostgreSQL tables 1024 to 1025 failed."
    exit 1
 fi