From: Eric Bollengier Date: Mon, 18 Oct 2021 13:39:56 +0000 (+0200) Subject: Tweak updatedb scripts X-Git-Tag: Beta-15.0.0~818 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=497e8a3cb37ac254302b81417fad8f5f243b4df0;p=thirdparty%2Fbacula.git Tweak updatedb scripts --- diff --git a/bacula/updatedb/update_mysql_tables_1024_to_1025.in b/bacula/updatedb/update_mysql_tables_1024_to_1025.in index 6acad12bc..2dbada50d 100644 --- a/bacula/updatedb/update_mysql_tables_1024_to_1025.in +++ b/bacula/updatedb/update_mysql_tables_1024_to_1025.in @@ -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 diff --git a/bacula/updatedb/update_postgresql_tables_1024_to_1025.in b/bacula/updatedb/update_postgresql_tables_1024_to_1025.in index 0b52195e3..740735dfe 100644 --- a/bacula/updatedb/update_postgresql_tables_1024_to_1025.in +++ b/bacula/updatedb/update_postgresql_tables_1024_to_1025.in @@ -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