Skip to content

Built in backup script broken by :"Set usePasswordFiles=true by default #32115" #32959

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

Closed
fumped opened this issue Apr 10, 2025 · 0 comments · Fixed by #33144 or #33145
Closed

Built in backup script broken by :"Set usePasswordFiles=true by default #32115" #32959

fumped opened this issue Apr 10, 2025 · 0 comments · Fixed by #33144 or #33145
Assignees
Labels
postgresql solved tech-issues The user has a technical issue about an application

Comments

@fumped
Copy link

fumped commented Apr 10, 2025

Name and Version

bitnami/postgresql:16.6.0

What architecture are you using?

amd64

What steps will reproduce the bug?

Backups fail when using password files with the error "no password supplied".
Overriding with usePasswordFiles=false to use env vars restores functionality.
Cannot find any override or doc to make it fetch the password from the files instead.

Are you using any custom parameters or values?

backup:
  ## @param backup.enabled Enable the logical dump of the database "regularly"
  enabled: true

What is the expected behavior?

Working backups :)

What do you see instead?

pg_dumpall: error: connection to server at "name-of-pgcontainer" (ip of pgcontainer), port 5432 failed: fe_sendauth: no password supplied
@fumped fumped added the tech-issues The user has a technical issue about an application label Apr 10, 2025
@github-actions github-actions bot added the triage Triage is needed label Apr 10, 2025
@github-actions github-actions bot removed the triage Triage is needed label Apr 14, 2025
@github-actions github-actions bot assigned fmulero and unassigned carrodher Apr 14, 2025
thiagoalmeidasa added a commit to thiagoalmeidasa/homelab that referenced this issue Apr 22, 2025
 Disables the use of password files for the postgres helm release due to
 a known issue with Bitnami charts
 (bitnami/charts#32959). This prevents
 the backup cronjob to work.
thiagoalmeidasa added a commit to thiagoalmeidasa/homelab that referenced this issue Apr 22, 2025
Disables the use of password files for the postgres helm release due to
 a known issue with Bitnami charts
 (bitnami/charts#32959). This prevents
 the backup cronjob to work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
postgresql solved tech-issues The user has a technical issue about an application
Projects
None yet
3 participants