CHEF-37239: Sync omnibus submodule to support external PostgreSQL 14 - #4225
Open
jashaik wants to merge 1 commit into
Open
CHEF-37239: Sync omnibus submodule to support external PostgreSQL 14#4225jashaik wants to merge 1 commit into
jashaik wants to merge 1 commit into
Conversation
Update omnibus submodule pointer to 44fde2d (support-external-postgresql-14 branch) which widens the PostgresqlPreflightValidator SUPPORTED_VERSION constant from 13 to 14 so external PostgreSQL 14 databases are not blocked by preflight checks. The embedded PostgreSQL we ship remains at 13.23 and is unaffected. Jira: https://progresssoftware.atlassian.net/browse/CHEF-37239 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Jan Shahid Shaik <jashaik@progress.com>
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.
Summary
Updates the
omnibussubmodule pointer to thesupport-external-postgresql-14branch commit (44fde2d) in chef-server-omnibus-config, which widens thePostgresqlPreflightValidator::SUPPORTED_VERSIONconstant from13to14.Why
Chef Infra Server currently ships embedded PostgreSQL 13.23, but the preflight validator hard-blocks any external PostgreSQL database above major version 13 (
CSPG014). This prevents customers from using an external PostgreSQL 14 instance even though nothing else in the cookbooks requires PG 13 specifically.Changes
44fde2d(branch:support-external-postgresql-14in chef-server-omnibus-config)SUPPORTED_VERSIONraised from13to14inpreflight_postgres_validator.rbconfig/softwarefilesattributes/default.rbuntouched)Dependency
This PR depends on chef/chef-server-omnibus-config#new (branch
support-external-postgresql-14, commit44fde2d) being merged tomainfirst, followed by re-pointing this submodule update to that merged commit before merge.Testing
preflight_postgres_validator_spec.rb.Jira: https://progresssoftware.atlassian.net/browse/CHEF-37239