SQLite database getting locked down? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: SQLite database getting locked down? (/t-sqlite-database-getting-locked-down) |
SQLite database getting locked down? - temping - 2023-08-30 Hey everyone! I'm new to creating my own server and serving my media. I have been using Jellyfin in docker in Ubuntu server for over 2 months now and it was working perfectly fine last night. Today, however, nothing wants to run. When taking a look at the docker logs, I saw Code: Busy: SQLitePCL.pretty.SQLiteException: database is locked I don't know why the database is locked and would appreciate any help to unlock it RE: SQLite database getting locked down? - Venson - 2023-08-30 Hey @temping The error that the database is locked, is usually an indicator for 2 instances of Jellyfin running at the same time. Is this maybe the issue here? RE: SQLite database getting locked down? - temping - 2023-08-30 So, one of things I noticed when trying to find out what happened here is that my samba share wasn't active. So, once I found the problem with jellyfin and posted here, I turned my attention to the missing samba share and found that one of the drives in my disk pool has errors and the pool is degraded Code: pool: Moria RE: SQLite database getting locked down? - Venson - 2023-08-30 Well you should really replace those two drives but the pool is reported as only Degraded but still functional. Its unlikely that this is the root issue if its still redundant. Its A issue you should really fix, fast but nothing to do with JF |