Hello @Jaroslaw_Karelus
Thank you for the screenshots. Before anything else, one thing needs to be clear.
We support only the official Roon Server Docker image. The image you are running, gz1903/roonserver, is a community build that we do not publish, do not test and cannot see inside. We cannot tell you how it is built, what permissions it grants, or why it behaves as it does, so there is a limit to how far we can help you while you are on it. If you want supported Docker on your Synology, the official image is the answer:
Second, you should not be using an SMB share at all here. Your music is on the same NAS that runs the container. Reaching it over the network means Roon leaves the machine and comes back to it, which requires the container to have special permission to mount SMB filesystems, a working account and password, and the NAS’s SMB service behaving. All of that to reach a disk directly underneath it. Your screenshots show what that costs: the music share returns UnexpectedError, and your backups to the same NAS last worked on 4 August and failed on 12 August. One cause, two symptoms.
Pass the folders into the container instead and Roon sees them as ordinary local storage. No network, no credentials, nothing to break.
So the route we would recommend, in this order:
1. Take a working backup now. Your most recent one is from 4 August and everything else depends on this. In Roon go to Settings → Backups, add a location that is not on the broken SMB path, run it, and confirm it succeeds. Do not proceed until it has.
2. Build a new container from the official image, using the generator linked above. It will produce the configuration for you. Map three folders from the NAS into it:
- your music folder, for example
/volume1/roon/music, to /Music
- a folder for the database to
/Roon
- your backup folder to
/RoonBackups
3. Restore your backup into the new server, then add your music under Settings → Storage as an ordinary folder rather than a network share.
Keep the old container in place until the new one is working, and do not delete anything until you are satisfied.
One question, because it may be worth knowing either way: did anything change on the NAS around 12 August? A DSM update, a change to SMB settings, or a password change for the sulerak account would explain why both the music share and the backups stopped on the same day.