steefdebruijn / docker-roonserver

RoonServer downloading Roon on first run
104 stars 30 forks source link

Able to backup, but permissions issue running as a container. #10

Closed slimshizn closed 2 years ago

slimshizn commented 3 years ago

Since there have been updates to Roon, every build has reset all settings to default and removed libraries/services. This can be a PITA if your library is massive.

Trying to restore a backup, I would run into permission issues which would force the container to stop.

I tried to give all files a chmod 777, or make sure that the user was correct which did not seem to work.

steefdebruijn commented 3 years ago

Hi

I guess that you have pointed /app and /data to one and the same physical folder.

If so, you should not do that!

By pointing them to the same physical folder these apps (core and updater) can (and propably will) mess up eachothers files and/or permissions.

Steef

steefdebruijn commented 3 years ago

Just pushed an update image that checks on startup the above issue and refuses to start if this is detected. Please report back if you had this situation, and if separating them solves your issue on next core update.