From b454149e546f313eebea12c4fff5b6cc9266f98e Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Fri, 29 Sep 2023 09:39:12 -0500 Subject: [PATCH] Fixed issue with using pg_upgrade on ubuntu-16 hub installer upgrade Ticket: ENT-10710 Changelog: title --- packaging/common/cfengine-hub/preinstall.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/common/cfengine-hub/preinstall.sh b/packaging/common/cfengine-hub/preinstall.sh index a33f7159c..28ec03e4a 100644 --- a/packaging/common/cfengine-hub/preinstall.sh +++ b/packaging/common/cfengine-hub/preinstall.sh @@ -224,6 +224,9 @@ if migrating_postgres; then safe_cp "$PREFIX/share" postgresql "$BACKUP_DIR/share" fi +cf_console echo "Bailing out to inspect state of $BACKUP_DIR" +exit 42 + # # We check if there is a server listening on port 80 or port 443. # If one is found, then we try to shut it down by calling