Jellyfin Forum
New Jellyfin Server/Web release: 10.11.0 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Announcements (https://forum.jellyfin.org/f-announcements)
+--- Forum: Project Announcements (https://forum.jellyfin.org/f-project-announcements)
+--- Thread: New Jellyfin Server/Web release: 10.11.0 (/t-new-jellyfin-server-web-release-10-11-0)

Pages: 1 2


New Jellyfin Server/Web release: 10.11.0 - ReleaseBot - 2025-10-20

We are pleased to announce the latest stable release of Jellyfin, version 10.11.0!

This major release brings many new features, improvements, and bugfixes to improve your Jellyfin experience.

WARNING: There are very important release notes to review before upgrading! Please find all the details in our blog post on the release.

You can also view the full changelogs on the GitHub releases for the server repository and the web repository.

As always, please ensure you stop your Jellyfin server and take a full backup - and please read the release notes - before upgrading!

Release prepared with <3 by @joshuaboniface, the rest of the Jellyfin team, and contributors like you.

Happy watching!


RE: New Jellyfin Server/Web release: 10.11.0 - theolaa - 2025-10-20

Hi, the blog post link seems to not be working.


RE: New Jellyfin Server/Web release: 10.11.0 - Oddstr13 - 2025-10-20

Just CI being a little slow to deploy the blog post, it's up now.


RE: New Jellyfin Server/Web release: 10.11.0 - KaXaSA - 2025-10-20

The blog post doesn't mention it, but I remember that in the notes it was recommended to remove all plugins before upgrading to 10.11.x, that's no longer necessary?
What's the situation with the plugins? Thanks.

Edit:
Just an update, answering my own question.
So I upgraded from 10.10.7, followed the blog instructions, but in my case no changes were necessary. Checking the logs, It tried to load the plugins and update them if available/necessary.
If there is a problem with the plugins, you will probably see in the logs a:
Code:
"[ERR] [10] Emby.Server.Implementations.Plugins.PluginManager"

Real Example:

Code:
[2025-10-20 00:57:51.039 -03:00] [ERR] [10] Emby.Server.Implementations.Plugins.PluginManager: 
Failed to load assembly "C:\Users\Username\AppData\Local\jellyfin\plugins\Ani-Sync_3.7.0.0\jellyfin-ani-sync.dll". 
This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'Jellyfin.Data.Entities.User' from assembly 'Jellyfin.Data, Version=10.11.0.0, Culture=neutral, PublicKeyToken=null'.
  at System.Reflection.RuntimeModule.GetDefinedTypes()
  at System.Reflection.RuntimeModule.GetTypes()
  at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
System.TypeLoadException: Could not load type 'Jellyfin.Data.Entities.User' from assembly 'Jellyfin.Data, Version=10.11.0.0, Culture=neutral, PublicKeyToken=null'.

I have a small server, the upgrade/migration was superfast, it was pretty much instantaneous. Checking the logs, it seems it took about 3 minutes to finish with all the migrations and, aside from the plugin above that got disabled, I didn't see any other issues.
I will need to test stuff like Sync Play later, but so far so good.


RE: New Jellyfin Server/Web release: 10.11.0 - littlenewton - 2025-10-20

I have updated to v10.11.0, and all the migration jobs have been done. However, my frontend interface is still getting stuck.

Should I restart my Jellyfin container?


RE: New Jellyfin Server/Web release: 10.11.0 - littlenewton - 2025-10-20

PS. A small question about the time consumption.

I have a huge movie library, which contains around 60,000 movies. Should I rewrite it totally? I found it very slow to update this library.

Can someone tell me how much time it will take to finish this update/rescan job?


RE: New Jellyfin Server/Web release: 10.11.0 - littlenewton - 2025-10-20

log
[11:24:20] [ERR] [9] MediaBrowser.Controller.LibraryTaskScheduler.LimitedConcurrencyLibraryScheduler: Error while performing a library operation
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 5: 'database is locked'.
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteConnectionExtensions.ExecuteNonQuery(SqliteConnection connection, String commandText, SqliteParameter[] parameters)
at Microsoft.Data.Sqlite.SqliteConnection.BeginTransaction(IsolationLevel isolationLevel, Boolean deferred)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransaction(IsolationLevel isolationLevel)
at Jellyfin.Server.Implementations.Item.BaseItemRepository.UpdateOrInsertItems(IReadOnlyList
1 items, CancellationToken cancellationToken)
at Emby.Server.Implementations.Library.LibraryManager.UpdateItemsAsync(IReadOnlyList1 items, BaseItem parent, ItemUpdateType updateReason, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.BaseItem.UpdateToRepositoryAsync(ItemUpdateType updateReason, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService
2.SaveItemAsync(MetadataResult1 result, ItemUpdateType reason, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService
2.g__SaveInternal|36_0(BaseItem item, MetadataRefreshOptions refreshOptions, ItemUpdateType updateType, Boolean isFirstR
efresh, Boolean requiresRefresh, MetadataResult1 metadataResult, CancellationToken cancellationToken)
at MediaBrowser.Providers.Manager.MetadataService
2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
at MediaBrowser.Providers.TV.SeriesMetadataService.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.BaseItem.RefreshMetadata(MetadataRefreshOptions options, CancellationToken cancellationToken)
at MediaBrowser.Controller.Entities.Folder.RefreshAllMetadataForContainer(IMetadataContainer container, MetadataRefreshOptions refreshOptions, IProgress1 progress, CancellationToken canc
ellationToken)
at MediaBrowser.Controller.Entities.Folder.RefreshChildMetadata(BaseItem child, MetadataRefreshOptions refreshOptions, Boolean recursive, IProgress
1 progress, CancellationToken cancellat
ionToken)
at MediaBrowser.Controller.LibraryTaskScheduler.LimitedConcurrencyLibraryScheduler.ProcessItem(TaskQueueItem item)
`

I have an issue with a locked database. I can guarantee there is nobody but me operating this database.


RE: New Jellyfin Server/Web release: 10.11.0 - jaja - 2025-10-20

hello,

super ! en espérant que ça résolve mes "petits" soucis.

j'attends 2/3 jours avant la migration. je vous laisse essuyer les plâtres !!

merci !!


RE: New Jellyfin Server/Web release: 10.11.0 - showman2206 - 2025-10-20

I am having this error while upgrading from 10.10.7: SQLite Error 1: 'no such table: ActivityLog'.

Logs:
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] The database locking mode has been set to: NoLock.
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Prepare system for possible migrations
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] A migration will attempt to modify the library.db, will attempt to backup the file now.
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Backing up library.db to /var/lib/jellyfin/data/library.db.bak4
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] library.db backed up to /var/lib/jellyfin/data/library.db.bak4
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] library.db has been backed up as /var/lib/jellyfin/data/library.db.bak4
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] A migration will attempt to modify the jellyfin.db, will attempt to backup the file now.
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Jellyfin database has been backed up as 20251020071834
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] There are 0 migrations for stage CoreInitialisation.
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241020103111_LibraryDbMigration
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241020103111_LibraryDbMigration was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241111131257_AddedCustomDataKey
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241111131257_AddedCustomDataKey was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241111135439_AddedCustomDataKeyKey
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241111135439_AddedCustomDataKeyKey was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241112152323_FixAncestorIdConfig
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241112152323_FixAncestorIdConfig was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241112232041_FixMediaStreams
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241112232041_FixMediaStreams was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241112234144_FixMediaStreams2
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241112234144_FixMediaStreams2 was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20241113133548_EnforceUniqueItemValue
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20241113133548_EnforceUniqueItemValue was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250202021306_FixedCollation
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250202021306_FixedCollation was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250204092455_MakeStartEndDateNullable
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250204092455_MakeStartEndDateNullable was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250214031148_ChannelIdGuid
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250214031148_ChannelIdGuid was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250326065026_AddInheritedParentalRatingSubValue
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250326065026_AddInheritedParentalRatingSubValue was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250327101120_AddKeyframeData
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250327101120_AddKeyframeData was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250327171413_AddHdr10PlusFlag
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250327171413_AddHdr10PlusFlag was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250331182844_FixAttachmentMigration
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250331182844_FixAttachmentMigration was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250401142247_FixAncestors
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250401142247_FixAncestors was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250405075612_FixItemValuesIndices
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250405075612_FixItemValuesIndices was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250609115616_DetachUserDataInsteadOfDelete
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Migration 20250609115616_DetachUserDataInsteadOfDelete was successfully applied
Oct 20 09:18:34 yoga jellyfin[218370]: [09:18:34] [INF] Perform migration 20250622170802_BaseItemImageInfoDateModifiedNullable
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250622170802_BaseItemImageInfoDateModifiedNullable was successfully applied
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250714044826_ResetJournalMode
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250714044826_ResetJournalMode was successfully applied
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250913211637_AddProperParentChildRelationBaseItemWithCascade
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250913211637_AddProperParentChildRelationBaseItemWithCascade was successfully applied
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250925203415_ExtendPeopleMapKey
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250925203415_ExtendPeopleMapKey was successfully applied
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: Fanart 12.0.0.0
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: Open Subtitles 20.0.0.0
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: Reports 17.0.0.0
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: TMDb 10.11.0.0
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: Studio Images 10.11.0.0
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: OMDb 10.11.0.0
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: MusicBrainz 10.11.0.0
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Loaded plugin: AudioDB 10.11.0.0
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] There are 26 migrations for stage AppInitialisation.
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250420050000_DisableTranscodingThrottling
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250420050000_DisableTranscodingThrottling was successfully applied
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250420060000_CreateUserLoggingConfigFile
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Migration 20250420060000_CreateUserLoggingConfigFile was successfully applied
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [INF] Perform migration 20250420070000_MigrateActivityLogDb
Oct 20 09:18:35 yoga jellyfin[218370]: [09:18:35] [WRN] Migrating the activity database may take a while, do not stop Jellyfin.
Oct 20 09:18:36 yoga jellyfin[218370]: [09:18:36] [FTL] Error: SQLite Error 1: 'no such table: ActivityLog'.
Oct 20 09:18:36 yoga jellyfin[218370]: [09:18:36] [ERR] Migration 20250420070000_MigrateActivityLogDb failed
Oct 20 09:18:36 yoga jellyfin[218370]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
Oct 20 09:18:36 yoga jellyfin[218370]: at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
Oct 20 09:18:36 yoga jellyfin[218370]: [09:18:36] [INF] Attempt to rollback librarydb.
Oct 20 09:18:36 yoga jellyfin[218370]: [09:18:36] [INF] Attempt to rollback JellyfinDb.
Oct 20 09:18:36 yoga jellyfin[218370]: [09:18:36] [FTL] Error while starting server
Oct 20 09:18:36 yoga jellyfin[218370]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
Oct 20 09:18:36 yoga jellyfin[218370]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
Oct 20 09:18:36 yoga jellyfin[218370]: at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
Oct 20 09:18:36 yoga jellyfin[218370]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)


RE: New Jellyfin Server/Web release: 10.11.0 - Jolaru21 - 2025-10-20

Hi! everything but plugins seems to be working, does not load anything, any ideas? btw great work team! Thank you for all your effort.



PD: My "playlists disappear after scan" issue is still happening at 10.11, sad Slightly-frowning-face

PD2: nvm, plugins are working again after a scan.