• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Announcements Project Announcements New Jellyfin Server/Web release: 10.11.0

    Pages (5): « Previous 1 2 3 4 5 Next »

     
    • 1 Vote(s) - 5 Average

    New Jellyfin Server/Web release: 10.11.0

    pxr5
    Offline

    Member

    Posts: 75
    Threads: 3
    Joined: 2024 Jan
    Reputation: 3
    Country:United Kingdom
    #21
    Yesterday, 02:02 PM (This post was last modified: Yesterday, 02:03 PM by pxr5. Edited 1 time in total.)
    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.
    Jellyfin1 - 10.10.11 Synology NAS (transcoding off)
    Jellyfin2 - 10.10.711 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
    Storage - x3 Synology NAS (22TB)
    Reverse Proxy - Caddy v2 running on a Pi3b+
    FistRockbone
    Offline

    Junior Member

    Posts: 15
    Threads: 3
    Joined: 2025 Aug
    Reputation: 0
    Country:United Kingdom
    #22
    Yesterday, 02:17 PM
    I'm using a Synology NAS and I'm finding the new version significantly slower than the last one ..
    heitbaum
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #23
    Yesterday, 02:20 PM
    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/p...1.0.tar.xz

    The gz file is fine.
    LH44
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    #24
    Yesterday, 03:11 PM
    I'm having this same issue. frontend will not start Migration 20250420070000_MigrateActivityLogDb failed
    nealosis
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #25
    Yesterday, 03:12 PM
    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
    hergi
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:Germany
    #26
    Yesterday, 03:32 PM (This post was last modified: Yesterday, 03:59 PM by hergi. Edited 2 times in total.)
    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)
    mxhlavs
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:United States
    #27
    Yesterday, 05:34 PM
    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!
    pcaddict
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2024 Nov
    Reputation: 0
    Country:United States
    #28
    Yesterday, 06:07 PM
    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.
    hergi
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    Country:Germany
    #29
    Yesterday, 06:48 PM (This post was last modified: Yesterday, 10:05 PM by hergi. Edited 2 times in total.)
    (Yesterday, 03:32 PM)hergi Wrote: 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)



    Solution for me:

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

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


    This is how it worked for me  Thumbs-up
    madeche
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    #30
    Yesterday, 06:54 PM
    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.<Main>(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
    Pages (5): « Previous 1 2 3 4 5 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 5 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode