-
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
FATAL: database "repmgr" does not exist #25671
Comments
The issue may not be directly related to the Bitnami container image or Helm chart, but rather to how the application is being utilized or configured in your specific environment. Having said that, if you think that's not the case and are interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here. Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance. If you have any questions about the application itself, customizing its content, or questions about technology and infrastructure usage, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology. With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights. |
I additionally experienced this |
yep, same problem here: if i pass custom credentials, it doesn't work, if I leave empty, it works. postgresql:
username: someusername
password: somepassword
repmgrUsername: someusername2
repmgrPassword: somepassword2
pgpool:
adminUsername: somepassword3
adminPassword: somepassword3 |
I was able to reproduce the issue. I am trying to identify the cause and provide a fix. |
Could you give the new version a try ? |
I'm currently running into the same issue -- having a custom database, username and password in the values breaks repmgr. Is there any word on progress approving the PR? CHART NAME: postgresql-ha Issues as described -- when specifying a custom database/user/password and/or a repmgr password, repmgr db creation fails and the cluster never comes up. ADDENDUM: looking at a recently successful install via gitea's helm chart, the chart version |
Chart postgresql-ha-15.1.0. When assigning a custom user like a blow, it throws postgresql:
username: "user1"
password: "123456" |
Is there any update on this ?, I am facing same issue with Chart Version - 15.1.2 |
Name and Version
bitnami/postgresql-ha:14.0.10
What architecture are you using?
amd64
What steps will reproduce the bug?
Kubernetes version: v1.28.6
Helm: v3.13.1
Are you using any custom parameters or values?
What do you see instead?
Additional information
If I remove these parameters everything starts working
The text was updated successfully, but these errors were encountered: