Fixed hub install aborting when there is no PostgreSQL backup to preserve - #2399
Open
nickanderson wants to merge 1 commit into
Open
Fixed hub install aborting when there is no PostgreSQL backup to preserve#2399nickanderson wants to merge 1 commit into
nickanderson wants to merge 1 commit into
Conversation
…erve init_postgres_dir() took the "preserve the old pg_*.conf" branch on any upgrade, but preinstall.sh only populates $BACKUP_DIR/data when a PostgreSQL major version migration is needed and $PREFIX/state/pg/data exists. Upgrading within a major version, or after removing the data directory as preinstall.sh suggests to skip the migration, made the glob match nothing and aborted the whole scriptlet under `set -e`. Ticket: ENT-11934 Changelog: title (cherry picked from commit a52a6c0be8d12bcf476be639bc0bdde37c45ac60)
nickanderson
force-pushed
the
ENT-11934/3.27.x
branch
from
August 5, 2026 16:53
fdca2b6 to
a985028
Compare
|
Thanks for submitting a PR! Maybe @craigcomstock can review this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #2398 to 3.27.x.
Ticket: ENT-11934