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 3 4


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

I don't know why but 'image: jellyfin/jellyfin:latest' wasn't flagging a new image for me so had to use 'image: jellyfin/jellyfin:10.11' instead. All working fine on my Synology NAS. I also have a Jellyfin instance running on a MiniPC and that update went well too. Remember all to do a hard reload on your browsers after install.


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

I'm using a Synology NAS and I'm finding the new version significantly slower than the last one ..


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

Error with tar.xz file.

tar tvfz jellyfin_10.11.0.tar.xz
tar: invalid magic
tar: short read

wget https://repo.jellyfin.org/files/server/portable/stable/v10.11.0/any/jellyfin_10.11.0.tar.xz

The gz file is fine.


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

I'm having this same issue. frontend will not start Migration 20250420070000_MigrateActivityLogDb failed


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

My server automatically updated last night and it seems my entire installation is broken. It can't migrate ActivityLog as it says there is no such table. I have no idea what to do now??

10/20/2025 11:05:53 AM -04:00 - Error while starting server
10/20/2025 11:05:52 AM -04:00 - Migration "20250420070000_MigrateActivityLogDb" failed
10/20/2025 11:05:52 AM -04:00 - Error: "SQLite Error 1: 'no such table: ActivityLog'."
10/20/2025 11:05:49 AM -04:00 - Migrate stage AppInitialisation.
10/20/2025 11:05:49 AM -04:00 - 20250420070000_MigrateActivityLogDb
10/20/2025 11:05:53 AM -04:00 - Attempt to rollback JellyfinDb.
10/20/2025 11:05:52 AM -04:00 - Attempt to rollback librarydb.
10/20/2025 11:05:52 AM -04:00 - Migration 20250420070000_MigrateActivityLogDb failed
10/20/2025 11:05:52 AM -04:00 - Error: SQLite Error 1: 'no such table: ActivityLog'.
10/20/2025 11:05:49 AM -04:00 - Perform migration 20250420070000_MigrateActivityLogDb
10/20/2025 11:05:49 AM -04:00 - 20250420060000_CreateUserLoggingConfigFile


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

Same issue here with missing ActivityLog table:  Weary-face  Running Jellyfin on docker/Linux (Synology NAS), latest "original" image (image: jellyfin/jellyfin)

Code:
2025-10-20 16:35:49.157 +02:00] [INF] [9] InternalCodeMigration: Perform migration "20250420070000_MigrateActivityLogDb"
[2025-10-20 16:35:49.167 +02:00] [WRN] [9] Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb: Migrating the activity database may take a while, do not stop Jellyfin.
[2025-10-20 16:35:49.875 +02:00] [FTL] [9] InternalCodeMigration: Error: "SQLite Error 1: 'no such table: ActivityLog'."
[2025-10-20 16:35:49.875 +02:00] [ERR] [9] InternalCodeMigration: Migration "20250420070000_MigrateActivityLogDb" failed
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
  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.MigrateActivityLogDb.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)



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

I currently have v10.10.7 currently and want to update. I see there can be some issue with this update and long wait times. I am missing something by thinking it would be easier to uninstall and reinstall the updated version? 

I am on a windows machine if that changes anything.

Thanks!


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

Has anyone been able to verify that the jellyfin-kodi plugin works with this release? There has been a recent release but the release notes do not mention the new Jellyfin version.


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

(5 hours ago)nealosis Wrote: My server automatically updated last night and it seems my entire installation is broken. It can't migrate ActivityLog as it says there is no such table. I have no idea what to do now??

10/20/2025 11:05:53 AM -04:00 - Error while starting server
10/20/2025 11:05:52 AM -04:00 - Migration "20250420070000_MigrateActivityLogDb" failed
10/20/2025 11:05:52 AM -04:00 - Error: "SQLite Error 1: 'no such table: ActivityLog'."
10/20/2025 11:05:49 AM -04:00 - Migrate stage AppInitialisation.
10/20/2025 11:05:49 AM -04:00 - 20250420070000_MigrateActivityLogDb
10/20/2025 11:05:53 AM -04:00 - Attempt to rollback JellyfinDb.
10/20/2025 11:05:52 AM -04:00 - Attempt to rollback librarydb.
10/20/2025 11:05:52 AM -04:00 - Migration 20250420070000_MigrateActivityLogDb failed
10/20/2025 11:05:52 AM -04:00 - Error: SQLite Error 1: 'no such table: ActivityLog'.
10/20/2025 11:05:49 AM -04:00 - Perform migration 20250420070000_MigrateActivityLogDb
10/20/2025 11:05:49 AM -04:00 - 20250420060000_CreateUserLoggingConfigFile

Solution for me:

Jellyfin v10.10:
  • stop Jellyfin
  • edit system.xml in config directory, change  to false
  • rename/move migrations.xml
  • start Jellyfin, wait for startup is complete
  • stop Jellyfin
  • edit system.xml in config directory, change  to true

Update to v10.11 - start Jellyfin - wait for migration to finish.


This is how it worked for me  Thumbs-up


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

Updating from 10.10.7, on MacOS with Silicon M4.

tried lots of times but there seems to be an issue with the migration

[2025-10-20 20:22:43.866 +02:00] [ERR] [9] InternalCodeMigration: Migration "20250420070000_MigrateActivityLogDb" failed
Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.

The first migration attempt failed looking for the ActivityLog table, triggering a rollback.

### Subsequent Attempts (20:27:48, 20:30:27, 20:33:04)
Each subsequent restart shows a consistent pattern:
1. System initialization completes successfully
2. First PreInitialisation migration executes successfully
3. Immediately crashes with
ObjectDisposedException when attempting the next migration

**Critical Error:**

[FTL] [1] Main: Unhandled Exception
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'LoggerFactory'.
at Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(String categoryName)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.
(String[] args)

All my files are in an external hard disk, all permissions should be ok. It seems like it manages one migration attempt and fails the next.

[2025-10-20 20:27:47.878 +02:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/marco/Library/Application Support/jellyfin/cache"
[2025-10-20 20:27:48.033 +02:00] [INF] [9] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
[2025-10-20 20:27:48.046 +02:00] [INF] [9] Main: Jellyfin version: "10.11.0"
[2025-10-20 20:27:48.047 +02:00] [INF] [9] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/marco/Library/Application Support/jellyfin/log]"]
[2025-10-20 20:27:48.048 +02:00] [INF] [9] Main: Arguments: ["/Applications/Jellyfin.app/Contents/MacOS/jellyfin.dll", "--webdir", "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web", "--ffmpeg", "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg", "--datadir", "/Users/marco//Library/Application Support/jellyfin"]
[2025-10-20 20:27:48.048 +02:00] [INF] [9] Main: Operating system: "Darwin 25.1.0 Darwin Kernel Version 25.1.0: Sun Oct 5 21:11:28 PDT 2025; root:xnu-12377.40.120~10/RELEASE_ARM64_T8132"
[2025-10-20 20:27:48.048 +02:00] [INF] [9] Main: Architecture: Arm64
[2025-10-20 20:27:48.048 +02:00] [INF] [9] Main: 64-Bit Process: True
[2025-10-20 20:27:48.048 +02:00] [INF] [9] Main: User Interactive: True
[2025-10-20 20:27:48.048 +02:00] [INF] [9] Main: Processor count: 10
[2025-10-20 20:27:48.048 +02:00] [INF] [9] Main: Program data path: "/Users/marco/Library/Application Support/jellyfin"
[2025-10-20 20:27:48.048 +02:00] [INF] [9] Main: Log directory path: "/Users/marco/Library/Application Support/jellyfin/log"
[2025-10-20 20:27:48.048 +02:00] [INF] [9] Main: Config directory path: "/Users/marco/Library/Application Support/jellyfin/config"
[2025-10-20 20:27:48.048 +02:00] [INF] [9] Main: Cache path: "/Users/marco/Library/Application Support/jellyfin/cache"
[2025-10-20 20:27:48.049 +02:00] [INF] [9] Main: Temp directory path: "/var/folders/f5/1b04h5xs4jxgzsr3hmqjv0mr0000gn/T/jellyfin"
[2025-10-20 20:27:48.049 +02:00] [INF] [9] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
[2025-10-20 20:27:48.049 +02:00] [INF] [9] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
[2025-10-20 20:27:48.054 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path "/Users/marco/Library/Application Support/jellyfin/data" (Fixed) successfully checked with "168.5GB" free which is over the minimum of "2GB".
[2025-10-20 20:27:48.054 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path "/Users/marco/Library/Application Support/jellyfin/log" (Fixed) successfully checked with "168.5GB" free which is over the minimum of "512MB".
[2025-10-20 20:27:48.054 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path "/Users/marco/Library/Application Support/jellyfin/cache" (Fixed) successfully checked with "168.5GB" free which is over the minimum of "2GB".
[2025-10-20 20:27:48.054 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path "/Users/marco/Library/Application Support/jellyfin" (Fixed) successfully checked with "168.5GB" free which is over the minimum of "2GB".
[2025-10-20 20:27:48.054 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path "/var/folders/f5/1b04h5xs4jxgzsr3hmqjv0mr0000gn/T/jellyfin" (Fixed) successfully checked with "168.5GB" free which is over the minimum of "2GB".
[2025-10-20 20:27:48.058 +02:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/marco/Library/Application Support/jellyfin/cache"
[2025-10-20 20:27:48.104 +02:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=\"/Users/marco/Library/Application Support/jellyfin/data/jellyfin.db\";Cache=Default;Pooling=True"
[2025-10-20 20:27:48.107 +02:00] [INF] [9] 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-20 20:27:48.108 +02:00] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-20 20:27:48.148 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
[2025-10-20 20:27:48.148 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
[2025-10-20 20:27:48.661 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
[2025-10-20 20:27:48.664 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 5 migrations for stage PreInitialisation.
[2025-10-20 20:27:48.666 +02:00] [INF] [9] InternalCodeMigration: Perform migration "20250420000000_CreateNetworkConfiguration"
[2025-10-20 20:27:48.668 +02:00] [INF] [9] InternalCodeMigration: Migration "20250420000000_CreateNetworkConfiguration" was successfully applied
[2025-10-20 20:27:48.669 +02:00] [FTL] [1] Main: Unhandled Exception


Anybody had similar issues on Mac? I downgraded to 10.10.7 for now, I'd prefer not to go through a full reinstall losing users and everything else