• 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 Support Troubleshooting Jellyfin not starting up after upgrading to 10.9.0

     
    • 0 Vote(s) - 0 Average

    Jellyfin not starting up after upgrading to 10.9.0

    Sarinz
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    Country:India
    #1
    2024-05-12, 10:24 PM
    I got watchtower set up and it updated jellyfin docker image to 10.9.0 .
    jellyfin is running on:
    • docker
    • raspberry pi 4 (Raspberry pi os, arm 64 bit) 
    I had migrated from linux to docker by copying the metadata and other config directories and binding them to the container:
    • JELLYFIN_CACHE_DIR = /var/cache/jellyfin
    • JELLYFIN_CONFIG_DIR = /etc/jellyfin
    • JELLYFIN_DATA_DIR = /var/lib/jellyfin
    • JELLYFIN_FFMPEG = /usr/lib/jellyfin-ffmpeg/ffmpeg
    • JELLYFIN_LOG_DIR = /var/log/jellyfin
    • JELLYFIN_WEB_DIR = /jellyfin/jellyfin-web
    volumes:
    • /portainer/Files/AppData/Config/Jellyfin/cache = /var/cache/jellyfin
    • /portainer/Files/AppData/Config/Jellyfin/data = /var/lib/jellyfin
    • /portainer/Files/AppData/Config/Jellyfin/log = /var/log/jellyfin
    • /portainer/Files/AppData/Config/Jellyfin/config = /etc/jellyfin
    • 12f7f294e24e1638850e39836c5fcdd8e10211b828f8559b29ffe44bb785f356 = /config
    • f3266b47e63630fe8a8d14d90873601ffb0ad06b9789118164ad9ed876bf6977 = /cache
    • /mnt/hoarder = /mnt/hoarder
    • /mnt/hulk = /mnt/hulk

    after the upgrade I am getting this error
    Code:
    [21:41:35] [INF] Applying migration 'MigrateRatingLevels'
    [21:41:36] [INF] Library database backed up to /var/lib/jellyfin/data/library.db.bak40
    [21:41:36] [INF] Recalculating parental rating levels based on rating string.
    [21:41:37] [ERR] Could not apply migration 'MigrateRatingLevels'
    Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
      at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
      at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
      at Emby.Server.Implementations.Data.SqliteExtensions.Execute(SqliteConnection sqliteConnection, String commandText)
      at Jellyfin.Server.Migrations.Routines.MigrateRatingLevels.Perform()
      at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action`1 saveConfiguration, ILogger logger)
    [21:41:37] [FTL] Error while starting server
    Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
      at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
      at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
      at Emby.Server.Implementations.Data.SqliteExtensions.Execute(SqliteConnection sqliteConnection, String commandText)
      at Jellyfin.Server.Migrations.Routines.MigrateRatingLevels.Perform()
      at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action`1 saveConfiguration, ILogger logger)
      at Jellyfin.Server.Migrations.MigrationRunner.Run(CoreAppHost host, ILoggerFactory loggerFactory)
      at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
    [21:41:37] [INF] Running query planner optimizations in the database... This might take a while
    [21:41:37] [INF] Disposing CoreAppHost
    [21:41:37] [INF] Disposing MusicBrainzArtistProvider
    [21:41:37] [INF] Disposing MusicBrainzAlbumProvider
    [21:41:37] [INF] Disposing PluginManager

    I don't know what to do.. I have tried setting the image version to 10.8.13, but that gave many errors, It seemed that 10.9.0 update have changed a lot of things.
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Jellyfin not starting up after upgrading to 10.9.0 - by Sarinz - 2024-05-12, 10:24 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by TheDreadPirate - 2024-05-13, 01:18 AM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Sarinz - 2024-05-13, 07:38 AM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by riddertommie - 2024-05-13, 08:21 AM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by TheDreadPirate - 2024-05-13, 12:06 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Flaring0281 - 2024-05-13, 01:03 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Sarinz - 2024-05-14, 05:27 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by TheDreadPirate - 2024-05-13, 01:55 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Flaring0281 - 2024-05-13, 02:28 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by modtx - 2024-05-13, 02:32 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by modtx - 2024-05-13, 02:23 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Flaring0281 - 2024-05-13, 02:50 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Efficient_Good_5784 - 2024-05-13, 03:06 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Flaring0281 - 2024-05-13, 04:30 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Efficient_Good_5784 - 2024-05-13, 04:43 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Duvel - 2024-05-13, 05:02 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Duvel - 2024-05-13, 05:21 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by TheDreadPirate - 2024-05-14, 05:53 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by riddertommie - 2024-05-16, 11:01 AM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by Duvel - 2024-05-16, 11:20 AM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by TheDreadPirate - 2024-05-16, 12:59 PM
    RE: Jellyfin not starting up after upgrading to 10.9.0 - by gingerbreadassassin - 2024-05-23, 09:34 PM

    • 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