-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[bitnami/postgresql-ha] Standard postgresql-ha deployment fails when username/password are provided #24226
Comments
Hi @Sediket, Thank you for reporting this issue. There was an issue with the Postgresql-ha chart where the I was able to reproduce your issue and submitted this PR with a fix: #24593 Please give it a try and let me know if it works for you. As I mentioned in the PR description, it is possible this behavior was intentional and the PR doesn't get merged. In that case, your issue could be resolved by setting P.S.: The database name 'rep-db' will cause a failure because of the dash, but changing it with |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
This should stay open, as it probably relates to #24593. Scott |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
There is a PR set to fix this in #24593. Can someone review it please and either merge or close it, if it isn't a good change? Scott |
Thanks @smolinari i hope this get merged soon |
Name and Version
bitnami/postgresql-ha 13.6.0
What architecture are you using?
amd64
What steps will reproduce the bug?
Done in Killercoda: https://killercoda.com/playgrounds/scenario/kubernetes
The pvcs are not present from a previous install.
Are you using any custom parameters or values?
Yes, username/password and db in the global part of the values.yaml and enabled debugging
What is the expected behavior?
all pods to deploy and ready without issues, as seen with a default install:
helm install my-release oci://registry-1.docker.io/bitnamicharts/postgresql-ha
What do you see instead?
pods crashing with attached logs, can't authenticate
On pods first startup:
On pods following startus:
Additional information
the pvcs are not present from a previous install.
The text was updated successfully, but these errors were encountered: