Skip to content

Commit

Permalink
Fixed issue with using pg_upgrade on ubuntu-16 hub installer upgrade
Browse files Browse the repository at this point in the history
Ticket: ENT-10710
Changelog: title
  • Loading branch information
craigcomstock committed Sep 29, 2023
1 parent 1885181 commit b454149
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/common/cfengine-hub/preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b454149

Please sign in to comment.