2024-06-07, 09:09 AM
Hi
here is my log from today: https://pastebin.com/Tta2tuHJ
But I have now run in another issue in the last 2 days, my library isn't scanning, and giving me the following error: SQLite Error 8: 'attempt to write a readonly database'
Again, this is brand new behaviour, I have not changed a thing. I tried checking my Media folder permissions, they seem correct. I could not find a Jellyfin user though, does that mean it's running as root? I installed via docker compose on Ubuntu 23.04.
Here is my compose file:
version: '3.5'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
ports:
- "8096:8096"
volumes:
- /opt/jellyfin/configconfig
- /opt/jellyfin/cachecache
- /home/sb/Media/Moviesmovies
- /home/sb/Media/Showsshows
- /home/sb/Media/Documentariesdocumentaries
restart: always
Appreciate the help!
here is my log from today: https://pastebin.com/Tta2tuHJ
But I have now run in another issue in the last 2 days, my library isn't scanning, and giving me the following error: SQLite Error 8: 'attempt to write a readonly database'
Again, this is brand new behaviour, I have not changed a thing. I tried checking my Media folder permissions, they seem correct. I could not find a Jellyfin user though, does that mean it's running as root? I installed via docker compose on Ubuntu 23.04.
Here is my compose file:
version: '3.5'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
ports:
- "8096:8096"
volumes:
- /opt/jellyfin/configconfig
- /opt/jellyfin/cachecache
- /home/sb/Media/Moviesmovies
- /home/sb/Media/Showsshows
- /home/sb/Media/Documentariesdocumentaries
restart: always
Appreciate the help!