4 hours ago
(5 hours ago)Quentin Hoa Wrote: Hello !
Thanks a lot !
Unfortunately, I'm still getting the same error... Docker on DS920+. From 10.10.7 to 10.11.1.
I can't figure out if I should let the package run or stop it to rollback with my backup :
- 10/27/2025 9:39:24 AM +01:00 - Health check "StartupCheck" with status Unhealthy completed after 0.1247ms with message '"Server is could not complete startup. Check logs."'
- 10/27/2025 9:38:54 AM +01:00 - Health check "StartupCheck" with status Unhealthy completed after 1.2503ms with message '"Server is could not complete startup. Check logs."'
- 10/27/2025 9:38:39 AM +01:00 - Error while starting server
- 10/27/2025 9:38:38 AM +01:00 - Migration "20250420200000_MigrateLibraryDb" failed
- 10/27/2025 9:38:38 AM +01:00 - Error: "Unrecognized Guid format."
- 10/27/2025 9:38:38 AM +01:00 - Moving TypedBaseItem took '00:00:05.7646248'
- 10/27/2025 9:38:38 AM +01:00 - Loading TypedBaseItems took '00:00:05.7639721'
- 10/27/2025 9:38:33 AM +01:00 - Start Loading TypedBaseItems
- 10/27/2025 9:38:33 AM +01:00 - Start Moving TypedBaseItem
- 10/27/2025 9:38:33 AM +01:00 - Cleanup database took '00:00:00.0641229'
- 10/27/2025 9:38:32 AM +01:00 - Start Cleanup database
- 10/27/2025 9:38:32 AM +01:00 - Migrating the userdata from library.db may take a while, do not stop Jellyfin.
- 10/27/2025 9:38:32 AM +01:00 - Migrate stage AppInitialisation.
- 10/27/2025 9:38:32 AM +01:00 - 20250420200000_MigrateLibraryDb
- 10/27/2025 9:38:38 AM +01:00 - Attempt to rollback JellyfinDb.
- 10/27/2025 9:38:38 AM +01:00 - Attempt to rollback librarydb.
- 10/27/2025 9:38:38 AM +01:00 - Migration 20250420200000_MigrateLibraryDb failed
- 10/27/2025 9:38:38 AM +01:00 - Error: Unrecognized Guid format.
- 10/27/2025 9:38:32 AM +01:00 - Perform migration 20250420200000_MigrateLibraryDb
- 10/27/2025 9:38:32 AM +01:00 - 20250420193000_MigrateLibraryDbCompatibilityCheck
- 10/27/2025 9:38:32 AM +01:00 - Migration 20250420193000_MigrateLibraryDbCompatibilityCheck was successfully applied
- 10/27/2025 9:38:32 AM +01:00 - Perform migration 20250420193000_MigrateLibraryDbCompatibilityCheck
- 10/27/2025 9:38:32 AM +01:00 - There are 11 migrations for stage AppInitialisation.
Jellyfin container reboots every 10 minutes, the log says:
Code:
[2025-10-27 10:42:01.264 +01:00] [FTL] [7] Main: Error while starting server
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: userdisplaypreferences'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
at Jellyfin.Server.Migrations.Routines.MigrateDisplayPreferencesDb.Perform()
at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
[2025-10-27 10:42:23.945 +01:00] [ERR] [16] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "StartupCheck" with status Unhealthy completed after 1.1106ms with message '"Server is could not complete startup. Check logs."'
[2025-10-27 10:42:54.071 +01:00] [ERR] [20] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "StartupCheck" with status Unhealthy completed after 0.095ms with message '"Server is could not complete startup. Check logs."'
[2025-10-27 10:43:24.282 +01:00] [ERR] [24] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "StartupCheck" with status Unhealthy completed after 0.0057ms with message '"Server is could not complete startup. Check logs."'