2023-08-30, 07:48 PM
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
I don't know why the database is locked and would appreciate any help to unlock it
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
at SQLitePCL.pretty.SQLiteException.Throw(Int32 rc, Int32 extended, String msg)
at SQLitePCL.pretty.SQLiteException.CheckOk(sqlite3 db, Int32 rc)
at SQLitePCL.pretty.SQLiteDatabaseConnection.PrepareStatement(String sql, String& tail)
at SQLitePCL.pretty.DatabaseConnection.PrepareStatement(IDatabaseConnection This, String sql)
at SQLitePCL.pretty.DatabaseConnection.Execute(IDatabaseConnection This, String sql)
at Emby.Server.Implementations.Data.BaseSqliteRepository.GetConnection(Boolean readOnly)
at Emby.Server.Implementations.Data.SqliteItemRepository.Initialize(SqliteUserDataRepository userDataRepo, IUserMnager userManager)
at Emby.Server.Implementations.ApplicationHost.InitializeServices()
at Jellyfin.Server.Program.StartApp(StartupOptions options)
I don't know why the database is locked and would appreciate any help to unlock it