Entrypoint.sh tries to update local filesystem while it is disabled

I’m using the ‘MAYAN_COMMON_DISABLE_LOCAL_STORAGE: True’ parameter for our Mayan EDMS setup but when trying to configure some ‘securityContext’ params we get the following error being thrown:

mayan: starting entrypoint.sh
chown: changing ownership of '/var/lib/mayan': Operation not permitted

Why is the entrypoint.sh script trying to adjust the local file system while we’ve indicated that we are not using it?

seems to have been fixed in v4.5.6, thanks!

1 Like

Yes, it was added in version 4.5.6 and being backported to series 4.4.

https://docs.mayan-edms.com/releases/4.5.6.html#docker

Thanks for the report and fix validation!

1 Like