Skip to content

fix: conditional for disabled postgres#199

Draft
codyshoffner wants to merge 2 commits into
mainfrom
fix/postgres-disabled-flag
Draft

fix: conditional for disabled postgres#199
codyshoffner wants to merge 2 commits into
mainfrom
fix/postgres-disabled-flag

Conversation

@codyshoffner

@codyshoffner codyshoffner commented May 20, 2026

Copy link
Copy Markdown
Contributor

Description

  • Added conditionals to suppress "Error from server (NotFound): packages.uds.dev "postgres" not found" error message when setting postgresql.enabled: false
  • Tested locally with postgresql.enabled: false and confirmed no error mesages.
  • Tested locally with postgres.enabled: true to verify existing functionality.

Related Issue

Fixes #126

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

Screenshot

Screenshot showing the shim still working on upgrade when postgres is enabled
CleanShot 2026-05-20 at 10 59 21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Validate Postgres Package fails when postgresql is disabled

1 participant