-
Notifications
You must be signed in to change notification settings - Fork 637
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
Postgresql docker : ‘/var/lib/postgresql/data’: Permission denied #475
Comments
I'm hitting the same issue, but it appears to be caused by this k3s issue: k3s-io/k3s#3704. Downgrading to k3s v1.20.9+k3s1 resolved it for me. |
Thanks for the heads up @chipn Since this is related to the external k3s, I'm going ahead and close this up. Feel free to reopen if needed. |
@tchellomello Not sure we should close this - There are certain things that can be done on the operator to fix it in the operator e.g. assure permissions on postgres start |
This is still a problem with AWX. I installed the previous version of k3s (v1.20.9+k321) and I'm still getting the same "permission denied" error. I've been trying for 4 days to install AWX and I cannot get it to install. |
Yes it makes sense. The issue is reopened and linked to a PR |
See #483, closing as a duplicate. |
Issue type
Bug report
SUMMARY
Hello, I am trying to deploy AWX 19.2 on k3s for testing purpose.
However, it seems that the postgresql docker cannot write on this volume.
You can find below my installation procedure.
Funny things, I successfully deployed an AWX for testing yesterday with the same procedure
I saw some already created issue related to postgresql but I didn't find one with the same issue has mine.
Do you have any idea of what I could do wrong ?
Thank you a lot in advance.
ENVIRONMENT
AWX version: 19.2.2
Operator version: 0.12
Kubernetes version: v1.21.2+k3s1
AWX install method: AWX Operator on k3s cluster
STEPS TO REPRODUCE
Install k3s
Install AWX Operator :
Create deploy configuration :
And apply it :
EXPECTED RESULTS
Ansible AWX fully installed.
ACTUAL RESULTS
It seems to have an issue with the postgresql docker
ADDITIONAL INFORMATION
I did some research and I can find that the postgresql docker cannot write data :
AWX-OPERATOR LOGS
When I use the command :
I can see the error :
But I don't know how to debug it.
The text was updated successfully, but these errors were encountered: