-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Stopped After Last Update (docker pull) #74788
Comments
hi there, we're getting this too ! |
you can use this for temporary solution |
I'm using pg 14 and get the same error, seems it is this automated change that broke everything Setting |
We're having the same issue and we're opting for pinning the version. |
We have some test environments where we so far just used |
same issue, broken on 16.x branch |
The issue also happens in 15.8.0. |
Same issue with version 17 |
Same issue w/ version 16 Workaround for us was setting the env var in the Dockerfile where this is the base image.
|
As a workaround without playing with env vars, I've used the named versions (last working images, released 3 days ago):
|
It appears that this was caused by a new required variable that is effectively a breaking change, but released on the existing tags: https://github.com/bitnami/containers/blame/main/bitnami/postgresql/17/debian-12/rootfs/opt/bitnami/scripts/libpostgresql.sh#L395-L398 |
This is necessary due to what seems to be a bug in the bitnami/postgresql:16.4 container. See bitnami/containers#74788 Signed-off-by: skoved <[email protected]>
Workaround: add |
This is necessary due to what seems to be a bug in the bitnami/postgresql:16.4 container. See bitnami/containers#74788 Signed-off-by: skoved <[email protected]>
How do we add the environment variable when running the chart via helm command? I tried a few options such as:
and
but, no luck so far. |
This is necessary due to what seems to be a bug in the bitnami/postgresql:16.4 container. See bitnami/containers#74788 Signed-off-by: skoved <[email protected]>
This is necessary due to what seems to be a bug in the bitnami/postgresql:16.4 container. See bitnami/containers#74788 Signed-off-by: skoved <[email protected]>
Same for bitnami/postgresql:12-debian-12 image :( |
Thank you all for reporting the issue and pointing to the breaking change. As @jsclayton said, setting the env var NOTE: Latest release of the bitnami/postgresql chart is not affected. |
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. |
Name and Version
bitnami/postgresql:16.4.0
What architecture are you using?
amd64
What steps will reproduce the bug?
Find running bitnami/postgresql:16.4.0 before the last update then check is it up or not.
What is the expected behavior?
Still working after last update
What do you see instead?
Gives an error message.
Additional information
It literally stopped my 1 year running 7 databases, all of them are on different environment. They all using same docker image and they stopped with that error after you released a new docker image (15 min ago)
PS Note:
Bitnami I love you but sometimes you make me crazy.
The text was updated successfully, but these errors were encountered: