Jellyfin Forum
10.10.7 to 10.11.0 update stuck - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: 10.10.7 to 10.11.0 update stuck (/t-10-10-7-to-10-11-0-update-stuck)



10.10.7 to 10.11.0 update stuck - errenden - 2025-10-28

So I've been stuck on internal database migration for literally over a week now.

I started it last week Monday due to Watchtower doing it's thing and it's been stuck on InternalDatabaseMigration: Perform migration and never progressing.  

I've recently stopped jellyfin, removed the library.db and restoring one of the older .bak files but honestly it's been over 24 hours now with that and I feel that it's just a repeat of insanity since it's still not progressing past this.

Given that, what are my options at this point outside of just deleting the container and starting over from scratch?

Logs below:


[2025-10-26 18:18:09.241 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2025-10-26 18:18:09.416 +00:00] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
[2025-10-26 18:18:09.440 +00:00] [INF] [7] Main: Jellyfin version: "10.11.0"
[2025-10-26 18:18:09.442 +00:00] [INF] [7] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]"]
[2025-10-26 18:18:09.444 +00:00] [INF] [7] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2025-10-26 18:18:09.444 +00:00] [INF] [7] Main: Operating system: "Debian GNU/Linux 13 (trixie)"
[2025-10-26 18:18:09.444 +00:00] [INF] [7] Main: Architecture: X64
[2025-10-26 18:18:09.445 +00:00] [INF] [7] Main: 64-Bit Process: True
[2025-10-26 18:18:09.445 +00:00] [INF] [7] Main: User Interactive: True
[2025-10-26 18:18:09.445 +00:00] [INF] [7] Main: Processor count: 12
[2025-10-26 18:18:09.445 +00:00] [INF] [7] Main: Program data path: "/config"
[2025-10-26 18:18:09.445 +00:00] [INF] [7] Main: Log directory path: "/config/log"
[2025-10-26 18:18:09.445 +00:00] [INF] [7] Main: Config directory path: "/config/config"
[2025-10-26 18:18:09.445 +00:00] [INF] [7] Main: Cache path: "/cache"
[2025-10-26 18:18:09.446 +00:00] [INF] [7] Main: Temp directory path: "/tmp/jellyfin"
[2025-10-26 18:18:09.446 +00:00] [INF] [7] Main: Web resources path: "/jellyfin/jellyfin-web"
[2025-10-26 18:18:09.446 +00:00] [INF] [7] Main: Application directory: "/jellyfin/"
[2025-10-26 18:18:09.458 +00:00] [INF] [7] Jellyfin.Server.Startup: Storage path "/config/data" (Fixed) successfully checked with "133.8GB" free which is over the minimum of "2GB".
[2025-10-26 18:18:09.458 +00:00] [INF] [7] Jellyfin.Server.Startup: Storage path "/config/log" (Fixed) successfully checked with "133.8GB" free which is over the minimum of "512MB".
[2025-10-26 18:18:09.459 +00:00] [INF] [7] Jellyfin.Server.Startup: Storage path "/cache" (Fixed) successfully checked with "133.8GB" free which is over the minimum of "2GB".
[2025-10-26 18:18:09.459 +00:00] [INF] [7] Jellyfin.Server.Startup: Storage path "/config" (Fixed) successfully checked with "133.8GB" free which is over the minimum of "2GB".
[2025-10-26 18:18:09.459 +00:00] [INF] [7] Jellyfin.Server.Startup: Storage path "/tmp/jellyfin" (Fixed) successfully checked with "133.8GB" free which is over the minimum of "2GB".
[2025-10-26 18:18:09.461 +00:00] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2025-10-26 18:18:09.514 +00:00] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=/config/data/jellyfin.db;Cache=Default;Pooling=True"
[2025-10-26 18:18:09.520 +00:00] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-10-26 18:18:09.521 +00:00] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-26 18:18:09.550 +00:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
[2025-10-26 18:18:10.534 +00:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage PreInitialisation.
[2025-10-26 18:18:10.544 +00:00] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2025-10-26 18:18:10.587 +00:00] [INF] [7] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2025-10-26 18:18:10.597 +00:00] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.AniDB, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/AniDB_10.0.0.0/Jellyfin.Plugin.AniDB.dll"
[2025-10-26 18:18:10.599 +00:00] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/Open Subtitles_20.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll"
[2025-10-26 18:18:10.625 +00:00] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2025-10-26 18:18:10.625 +00:00] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-10-26 18:18:10.625 +00:00] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2025-10-26 18:18:10.626 +00:00] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.1.9", "172.19.0.1"]
[2025-10-26 18:18:10.626 +00:00] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2025-10-26 18:18:10.626 +00:00] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-10-26 18:18:10.626 +00:00] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-10-26 18:18:10.709 +00:00] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=/config/data/jellyfin.db;Cache=Default;Pooling=True"
[2025-10-26 18:18:10.709 +00:00] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-10-26 18:18:10.710 +00:00] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-26 18:18:10.713 +00:00] [INF] [7] Main: Prepare system for possible migrations
[2025-10-26 18:18:10.729 +00:00] [INF] [7] Main: A migration will attempt to modify the library.db, will attempt to backup the file now.
[2025-10-26 18:18:10.729 +00:00] [INF] [7] Main: Backing up "library.db" to "/config/data/library.db.bak3"
[2025-10-26 18:18:10.891 +00:00] [INF] [7] Main: "library.db" backed up to "/config/data/library.db.bak3"
[2025-10-26 18:18:10.891 +00:00] [INF] [7] Main: "library.db" has been backed up as "/config/data/library.db.bak3"
[2025-10-26 18:18:10.891 +00:00] [INF] [7] Main: A migration will attempt to modify the jellyfin.db, will attempt to backup the file now.
[2025-10-26 18:18:10.893 +00:00] [INF] [7] Main: Jellyfin database has been backed up as "20251026061810"
[2025-10-26 18:18:10.899 +00:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage CoreInitialisation.
[2025-10-26 18:18:10.901 +00:00] [INF] [7] InternalDatabaseMigration: Perform migration "20241112234144_FixMediaStreams2"