-
Notifications
You must be signed in to change notification settings - Fork 71
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
Permission denied on data directory after redeploy #499
Comments
Can you post your full error message? We didn't have anything special with permission other than postgres. |
This is the only log, repeating
|
Which image are you using? Are you using a CNPG image? |
I use exactly this image: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 I now realized this only happens when I use a mapped volume This is the config: |
@ericlindersson I am hitting this issue at the moment. Did you find a way to resolve this other than setting selinux to permissive? |
Hi,
When I use this image in a docker compose stack and make changes to redeploy with the same volume for data I get permission denied when the service tries to take owenership (chown and chmod) of the already existing data.
Is there something I can do to fix this in my setup or is it a bug?
I have tried both mapped nfs volumes and ./postges for the data.
Regards
The text was updated successfully, but these errors were encountered: