Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for appcat on fix/default_pgbouncer #573

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

vshnbot
Copy link
Collaborator

@vshnbot vshnbot commented Dec 11, 2024

Summary

Unfortunately we inverted the boolean that enables/disables the pgbouncer.

Currently if service.disablePgBouncer: false is set, it will result in disableConnectionPooling: true in the sgcluster. Which in fact disables the pgbouncer, while it should be enabled in that case.

As both booleans are negative already, they should not be inverted!

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog
  • Update tests.
  • Link this PR to related issues.

Link: vshn/appcat#282

@wejdross wejdross added the bug Something isn't working label Dec 16, 2024
@wejdross wejdross force-pushed the appcat/282/fix/default_pgbouncer branch from 8fb58f5 to 196a779 Compare December 16, 2024 13:24
@wejdross wejdross merged commit bba20a4 into master Dec 16, 2024
10 checks passed
@wejdross wejdross deleted the appcat/282/fix/default_pgbouncer branch December 16, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants