From: Eric Bollengier Date: Mon, 3 Mar 2025 07:59:49 +0000 (+0100) Subject: Fix org#2751 About typo in update_postgresql_tables_1025_to_1026.in X-Git-Tag: Release-15.0.3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79915dcd33267f95096da5e0cc5296f3c307fd13;p=thirdparty%2Fbacula.git Fix org#2751 About typo in update_postgresql_tables_1025_to_1026.in --- diff --git a/bacula/updatedb/update_postgresql_tables_1025_to_1026.in b/bacula/updatedb/update_postgresql_tables_1025_to_1026.in index ab4ba2e45..3479dfab6 100644 --- a/bacula/updatedb/update_postgresql_tables_1025_to_1026.in +++ b/bacula/updatedb/update_postgresql_tables_1025_to_1026.in @@ -13,7 +13,7 @@ PATH="$bindir:$PATH" db_name=${db_name:-@db_name@} DBVERSION=`psql -d ${db_name} -t --pset format=unaligned -c "select VersionId from Version" $*` -if [ $DBVERSION != 1024 ] ; then +if [ $DBVERSION != 1025 ] ; then echo " " echo "The existing database is version $DBVERSION !!" echo "This script can only update an existing version 1025 database to version 1026."