You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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?
What is the expected behavior?
Working backups :)
What do you see instead?
The text was updated successfully, but these errors were encountered: