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/config
config
- /opt/jellyfin/cache
cache
- /home/sb/Media/Movies
movies
- /home/sb/Media/Shows
shows
- /home/sb/Media/Documentaries
documentaries
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/config

- /opt/jellyfin/cache

- /home/sb/Media/Movies

- /home/sb/Media/Shows

- /home/sb/Media/Documentaries

restart: always
Appreciate the help!