chown permission in nfs pvc #588
Labels
NFS
to group together all NFS related issues
Persistence
Anything to do with external storage or persistence. This is also where we triage things like NFS.
Describe your Issue
When starting the container, remove the script that performs chown and chmod operations in the /var/www/html directory.
I use an nfs server for persistence and even though I configure it with chmod 777 and groups nobody:nogroup, the container fails due to an attempt to change permissions.
Remove this and let users take care of file permissions, or add an entry to values.yaml so we can disable this functionality.
Another solution is to unlink "persistence.nextcloudData.enabled" from "persistence.enabled", as currently data persistence can only be activated if source code persistence is enabled. Unlink these options so that we can only activate data persistence and no longer have this problem
Logs and Errors
Describe your Environment
The text was updated successfully, but these errors were encountered: