Sync omnibus submodule: add external PostgreSQL 17 support - #4230
Open
jashaik wants to merge 1 commit into
Open
Conversation
Update the omnibus (chef-server-omnibus-config) submodule pointer to include the change widening PostgresqlPreflightValidator's SUPPORTED_VERSION from 14 to 17, allowing customers to configure external PostgreSQL 17 databases without triggering a CSPG014 preflight failure. The embedded PostgreSQL shipped with Chef Server remains unchanged at 13.x. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Jan Shahid Shaik <jashaik@progress.com>
jashaik
force-pushed
the
shahid/pg-17-support
branch
from
August 19, 2026 07:28
8465fdf to
df0593a
Compare
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
Widens external PostgreSQL support in preflight validation from PostgreSQL 14 to PostgreSQL 17, and syncs the
omnibus(chef-server-omnibus-config) submodule pointer to include this change.Changes Made
chef-server-omnibus-config(submodule), bumpedPostgresqlPreflightValidator::SUPPORTED_VERSIONfrom14to17infiles/server-ctl-cookbooks/infra-server/libraries/preflight_postgres_validator.rb, mirroring the pattern used for the prior PG14 change (commit 458ef0d).preflight_postgres_validator_spec.rbboundary tests: version 14.0 now warns (no longer at the max boundary), version 17.0 passes without failure, and versions > 17.x fail with CSPG014.omnibussubmodule pointer in this repo to the new commit containing the PG17 change.The embedded PostgreSQL shipped with Chef Server remains unchanged at 13.x (
default['private_chef']['postgresql']['version']); this only widens the range of external PostgreSQL major versions accepted without triggering a CSPG014 preflight failure.Testing
This work was completed with AI assistance following Progress AI policies.