-
Notifications
You must be signed in to change notification settings - Fork 16.7k
[stable/postgresql] data directory "/bitnami/postgresql/data" has invalid permissions #20923
Comments
I just hit this myself. |
It was broken by this change I think. |
Hi, Good to know that it was just enabling the volumePermissions container. As stated in the PR, this is not compatible with all platforms that's why we're setting it to false by default. Do not hesitate to open a new ticket if you find any other issue. |
It worked, but I had to uninstall the chart first and then install again. It seems this init is not executed on each start (I didn't look at the code). |
FYI, for us, we have a pretty vanilla install of Kubernetes provisioned into an AWS environment using Kops. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
This issue is being automatically closed due to inactivity. |
it happens from time to time when we run |
Same here. With this values :
Running :
As a temporary fix... |
Describe the bug
After upgrade from 8.3.4 to 8.4.0 pod is crashing with message:
Version of Helm and Kubernetes:
Helm 3.1.1
Kubernetes 1.17.3
Which chart:
stable/postgresql 8.4.0
What happened:
Crash.
What you expected to happen:
Run.
How to reproduce it (as minimally and precisely as possible):
Just upgrade from 8.3.4 to 8.4.0.
Anything else we need to know:
Init container init-chmod-data seems to be removed and it seems it is still needed.
The text was updated successfully, but these errors were encountered: