Skip to content
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

Data folder permission error #18

Open
jaithn opened this issue May 31, 2021 · 2 comments
Open

Data folder permission error #18

jaithn opened this issue May 31, 2021 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@jaithn
Copy link

jaithn commented May 31, 2021

Hey Frederic,
after uploading my rainloop data from a different installation to your newly installed docker, I get the following error:

"[202] Data folder permissions error [mkdir]"

The files were uploaded with my synology user. Can I define the user in your docker? Or to witch user could I change the permissions?

Thanks

@wernerfred
Copy link
Owner

Hey, currently it is not supported to specify the user and group used in the container.
If you have a solution in mind feel free to propose it via PR.

I'm missing a bit of the context or more log entries to fully qualify but you should be able to fix this problem by connecting to your container and changing the permissions there:

docker exec -it docker-rainloop sh
chown -R www-data:www-data /rainloop/data

@wernerfred wernerfred added bug Something isn't working question Further information is requested labels Jun 1, 2021
@wernerfred
Copy link
Owner

Any update on this @jaithn ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants