• 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 SOLVED: Migrate to version 12 (solved)

     
    • 0 Vote(s) - 0 Average

    SOLVED: Migrate to version 12 (solved)

    Migrate to version 12
    genimac
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: 2023 Dec
    Reputation: 0
    Country:Andorra
    #1
    2026-06-26, 10:30 AM (This post was last modified: 2026-06-29, 04:07 PM by genimac. Edited 5 times in total.)
    Hello,
    I have my Jellyfin server running as a lxc on a Proxmox server. The server has 2385 movies and 1400 series (55000 episodes).
    I have long times scanning the libraries and wanted to try the 12 version.
    I cloned my lxc so my family dont get interrupted while I test things.
    The new lxc has 8 cores, 8Gb RAM and 64Gb disk space, the media is on a separated partition mounted at /mnt/jellyfin (on zfs raid-z2 pool)
    I updated sources, get new version installed, all verified on 12. After reboot I get this:

    Show Content
    Spoiler
    06/25/2026 00:32:48 +00:00 - Migrate stage CoreInitialisation.

    06/25/2026 00:32:48 +00:00 - 20260113233000_AddForeignKeyToOwnerId

    06/25/2026 00:32:48 +00:00 - Perform migration 20260113233000_AddForeignKeyToOwnerId
    06/25/2026 00:32:48 +00:00 - There are 2 migrations for stage CoreInitialisation.
    06/25/2026 00:32:47 +00:00 - Error loading configuration file: "/etc/jellyfin/encoding.xml"
    06/25/2026 00:32:47 +00:00 - Unable to find plugin in assembly "MediaBrowser.Providers, Version=12.0.0.0, Culture=neutral, PublicKeyToken=null"
    06/25/2026 00:32:46 +00:00 - Migrate stage PreInitialisation.

    06/25/2026 00:32:47 +00:00 - There are 0 migrations for stage PreInitialisation.
    06/25/2026 00:32:46 +00:00 - Migration Startup

    06/25/2026 00:32:46 +00:00 - Initialise Migration service.
    06/25/2026 00:32:46 +00:00 - Migration Service
    06/25/2026 00:32:46 +00:00 - Storage Check

    06/25/2026 00:32:46 +00:00 - Storage path /var/lib/jellyfin (Fixed) successfully checked with 24GiB free which is over the minimum of 2GiB.
    06/25/2026 00:32:46 +00:00 - Check path /var/lib/jellyfin for storage capacity
    06/25/2026 00:32:46 +00:00 - Storage path /home/Jellymedia/.jellyfin/cache (Fixed) successfully checked with 36.8TiB free which is over the minimum of 2GiB.
    06/25/2026 00:32:46 +00:00 - Check path /home/Jellymedia/.jellyfin/cache for storage capacity
    06/25/2026 00:32:46 +00:00 - Storage path /var/lib/jellyfin/data (Fixed) successfully checked with 24GiB free which is over the minimum of 2GiB.
    06/25/2026 00:32:46 +00:00 - Check path /var/lib/jellyfin/data for storage capacity
    log is showing this
    Show Content
    Spoiler[2026-06-25 00:29:48.640 +00:00] [INF] Setting cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:29:48.903 +00:00] [INF] Kestrel is listening on "0.0.0.0"
    [2026-06-25 00:29:48.933 +00:00] [INF] Jellyfin version: "10.11.11"
    [2026-06-25 00:29:48.939 +00:00] [INF] Environment Variables: ["[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /home/Jellymedia/.jellyfin/cache]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]"]
    [2026-06-25 00:29:48.940 +00:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [2026-06-25 00:29:48.940 +00:00] [INF] Operating system: "Debian GNU/Linux 13 (trixie)"
    [2026-06-25 00:29:48.940 +00:00] [INF] Architecture: X64
    [2026-06-25 00:29:48.941 +00:00] [INF] 64-Bit Process: True
    [2026-06-25 00:29:48.941 +00:00] [INF] User Interactive: True
    [2026-06-25 00:29:48.941 +00:00] [INF] Processor count: 8
    [2026-06-25 00:29:48.941 +00:00] [INF] Program data path: "/var/lib/jellyfin"
    [2026-06-25 00:29:48.941 +00:00] [INF] Log directory path: "/var/log/jellyfin"
    [2026-06-25 00:29:48.941 +00:00] [INF] Config directory path: "/etc/jellyfin"
    [2026-06-25 00:29:48.941 +00:00] [INF] Cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:29:48.941 +00:00] [INF] Temp directory path: "/tmp/jellyfin"
    [2026-06-25 00:29:48.941 +00:00] [INF] Web resources path: "/usr/share/jellyfin/web"
    [2026-06-25 00:29:48.941 +00:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
    [2026-06-25 00:29:48.954 +00:00] [INF] Storage path "/var/lib/jellyfin/data" (Fixed) successfully checked with "25.4GiB" free which is over the minimum of "2GiB".
    [2026-06-25 00:29:48.954 +00:00] [INF] Storage path "/home/Jellymedia/.jellyfin/cache" (Fixed) successfully checked with "36.8TiB" free which is over the minimum of "2GiB".
    [2026-06-25 00:29:48.955 +00:00] [INF] Storage path "/var/lib/jellyfin" (Fixed) successfully checked with "25.4GiB" free which is over the minimum of "2GiB".
    [2026-06-25 00:29:48.959 +00:00] [INF] Setting cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:29:49.033 +00:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True"
    [2026-06-25 00:29:49.038 +00:00] [INF] SQLITE connection pragma command set to:
    "PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;
    "
    [2026-06-25 00:29:49.039 +00:00] [INF] The database locking mode has been set to: NoLock.
    [2026-06-25 00:29:49.075 +00:00] [INF] Initialise Migration service.
    [2026-06-25 00:29:49.807 +00:00] [INF] There are 0 migrations for stage PreInitialisation.
    [2026-06-25 00:29:49.817 +00:00] [INF] Setting cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:29:49.862 +00:00] [INF] Loading assemblies
    [2026-06-25 00:29:49.876 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.AniDB, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/AniDB_11.0.0.0/Jellyfin.Plugin.AniDB.dll"
    [2026-06-25 00:29:49.878 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.AniList, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/AniList_13.0.0.0/Jellyfin.Plugin.AniList.dll"
    [2026-06-25 00:29:49.880 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.Fanart, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Fanart_14.0.0.0/Jellyfin.Plugin.Fanart.dll"
    [2026-06-25 00:29:49.886 +00:00] [INF] Loaded assembly "IntroSkipper, Version=1.10.11.21, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Intro Skipper_1.10.11.21/IntroSkipper.dll"
    [2026-06-25 00:29:49.888 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=24.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Open Subtitles_24.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll"
    [2026-06-25 00:29:49.889 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.PlaybackReporting, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Playback Reporting_17.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll"
    [2026-06-25 00:29:49.891 +00:00] [INF] Loaded assembly "SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Playback Reporting_17.0.0.0/SQLitePCL.pretty.dll"
    [2026-06-25 00:29:49.900 +00:00] [INF] Loaded assembly "Tvdb.Sdk, Version=4.7.10.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TheTVDB_22.0.0.0/Tvdb.Sdk.dll"
    [2026-06-25 00:29:49.903 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.Tvdb, Version=22.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TheTVDB_22.0.0.0/Jellyfin.Plugin.Tvdb.dll"
    [2026-06-25 00:29:49.904 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.TMDbBoxSets, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TMDb Box Sets_13.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll"
    [2026-06-25 00:29:49.906 +00:00] [INF] Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/TvMaze.Api.Client.dll"
    [2026-06-25 00:29:49.907 +00:00] [INF] Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Flurl.Http.dll"
    [2026-06-25 00:29:49.915 +00:00] [INF] Loaded assembly "Polly, Version=8.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Polly.dll"
    [2026-06-25 00:29:49.916 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.TvMaze, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Jellyfin.Plugin.TvMaze.dll"
    [2026-06-25 00:29:49.917 +00:00] [INF] Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Flurl.dll"
    [2026-06-25 00:29:49.942 +00:00] [INF] Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2026-06-25 00:29:49.942 +00:00] [INF] Defined LAN exclusions: []
    [2026-06-25 00:29:49.942 +00:00] [INF] Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2026-06-25 00:29:49.943 +00:00] [INF] Filtered interface addresses: ["127.0.0.1", "192.168.20.9"]
    [2026-06-25 00:29:49.943 +00:00] [INF] Bind Addresses ["0.0.0.0"]
    [2026-06-25 00:29:49.943 +00:00] [INF] Remote IP filter is "Allowlist"
    [2026-06-25 00:29:49.943 +00:00] [INF] Filtered subnets: []
    [2026-06-25 00:29:50.052 +00:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True"
    [2026-06-25 00:29:50.052 +00:00] [INF] SQLITE connection pragma command set to:
    "PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;
    "
    [2026-06-25 00:29:50.053 +00:00] [INF] The database locking mode has been set to: NoLock.
    [2026-06-25 00:29:50.056 +00:00] [INF] Prepare system for possible migrations
    [2026-06-25 00:29:50.084 +00:00] [INF] There are 0 migrations for stage CoreInitialisation.
    [2026-06-25 00:29:50.201 +00:00] [INF] Loaded plugin: "AniDB" "11.0.0.0"
    [2026-06-25 00:29:50.202 +00:00] [INF] Loaded plugin: "AniList" "13.0.0.0"
    [2026-06-25 00:29:50.203 +00:00] [INF] Loaded plugin: "Fanart" "14.0.0.0"
    [2026-06-25 00:29:50.765 +00:00] [INF] Loaded plugin: "Intro Skipper" "1.10.11.21"
    [2026-06-25 00:29:50.770 +00:00] [INF] Loaded plugin: "Open Subtitles" "24.0.0.0"
    [2026-06-25 00:29:50.770 +00:00] [INF] Loaded plugin: "Playback Reporting" "17.0.0.0"
    [2026-06-25 00:29:50.771 +00:00] [INF] Loaded plugin: "TheTVDB" "22.0.0.0"
    [2026-06-25 00:29:50.771 +00:00] [INF] Loaded plugin: "TMDb Box Sets" "13.0.0.0"
    [2026-06-25 00:29:50.772 +00:00] [INF] Loaded plugin: "TVmaze" "13.0.0.0"
    [2026-06-25 00:29:50.772 +00:00] [INF] Loaded plugin: "TMDb" "10.11.11.0"
    [2026-06-25 00:29:50.772 +00:00] [INF] Loaded plugin: "Studio Images" "10.11.11.0"
    [2026-06-25 00:29:50.772 +00:00] [INF] Loaded plugin: "OMDb" "10.11.11.0"
    [2026-06-25 00:29:50.787 +00:00] [INF] Loaded plugin: "MusicBrainz" "10.11.11.0"
    [2026-06-25 00:29:50.788 +00:00] [INF] Loaded plugin: "AudioDB" "10.11.11.0"
    [2026-06-25 00:29:50.845 +00:00] [INF] There are 0 migrations for stage AppInitialisation.
    [2026-06-25 00:29:51.047 +00:00] [INF] Kestrel is listening on "0.0.0.0"
    [2026-06-25 00:29:51.238 +00:00] [INF] EventMonitorEntryPoint Running
    [2026-06-25 00:29:51.250 +00:00] [INF] Sqlite version: 3.46.1
    [2026-06-25 00:29:51.251 +00:00] [INF] Sqlite compiler options: ATOMIC_INTRINSICS=1,COMPILER=gcc-9.4.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_FOREIGN_KEYS,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,DIRECT_OVERFLOW_READ,ENABLE_COLUMN_METADATA,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS4,ENABLE_FTS5,ENABLE_MATH_FUNCTIONS,ENABLE_RTREE,ENABLE_SNAPSHOT,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=127,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=0xfffffffe,MAX_PAGE_SIZE=65536,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=32766,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1
    [2026-06-25 00:29:51.259 +00:00] [INF] Default journal_mode for "/var/lib/jellyfin/data/playback_reporting.db" is "delete"
    [2026-06-25 00:29:51.260 +00:00] [INF] Initialize PlaybackActivity Repository
    [2026-06-25 00:29:51.260 +00:00] [INF] PlaybackActivity table schema OK
    [2026-06-25 00:29:51.260 +00:00] [INF] Expected : "datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int"
    [2026-06-25 00:29:51.260 +00:00] [INF] Received : "datecreated:datetime|userid:text|itemid:text|itemtype:text|itemname:text|playbackmethod:text|clientname:text|devicename:text|playduration:int"
    [2026-06-25 00:29:52.100 +00:00] [WRN] The WebRootPath was not found: "/var/lib/jellyfin/wwwroot". Static files may be unavailable.
    [2026-06-25 00:29:52.164 +00:00] [INF] Running startup tasks
    [2026-06-25 00:29:52.167 +00:00] [INF] TaskCleanDb Loaded
    [2026-06-25 00:29:52.167 +00:00] [INF] TaskRunBackup Loaded
    [2026-06-25 00:29:52.181 +00:00] [INF] Daily trigger for "Detect and Analyze Media Segments" set to fire at 2026-06-26 00:00:00.000 +00:00, which is 23:30:07.8187842 from now.
    [2026-06-25 00:29:52.183 +00:00] [INF] Daily trigger for "Playback Reporting Trim Db" set to fire at 2026-06-26 00:00:00.000 +00:00, which is 23:30:07.8169703 from now.
    [2026-06-25 00:29:52.190 +00:00] [INF] Daily trigger for "Generate Trickplay Images" set to fire at 2026-06-25 03:00:00.000 +00:00, which is 02:30:07.8099489 from now.
    [2026-06-25 00:29:52.192 +00:00] [INF] Daily trigger for "Extract Chapter Images" set to fire at 2026-06-25 02:00:00.000 +00:00, which is 01:30:07.8075989 from now.
    [2026-06-25 00:29:52.223 +00:00] [INF] Found ffmpeg version "7.1.4"
    [2026-06-25 00:29:52.260 +00:00] [INF] Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
    [2026-06-25 00:29:52.283 +00:00] [INF] Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
    [2026-06-25 00:29:52.301 +00:00] [INF] Available filters: ["bwdif_cuda", "bwdif_opencl", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "yadif_opencl", "zscale", "alphasrc"]
    [2026-06-25 00:29:52.581 +00:00] [INF] Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
    [2026-06-25 00:29:55.210 +00:00] [INF] "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
    [2026-06-25 00:29:55.662 +00:00] [INF] Item in "Godzilla (Showa) Collection" cannot be found at "/home/Jellymedia/Movies/K/King Kong vs. Godzilla (1962)/King Kong vs. Godzilla (1962).avi"
    [2026-06-25 00:29:56.810 +00:00] [INF] Item in "Justice League (New 52) Collection" cannot be found at "/home/Jellymedia/Movies/J/Justice League Throne of Atlantis (2015)/Justice League Throne of Atlantis (2015).mp4"
    [2026-06-25 00:29:56.810 +00:00] [INF] Item in "Justice League (New 52) Collection" cannot be found at "/home/Jellymedia/Movies/J/Justice League War (2014)/Justice League War (2014).mp4"
    [2026-06-25 00:29:57.074 +00:00] [INF] Item in "Justice League Dark Collection" cannot be found at "/home/Jellymedia/Movies/J/Justice League Dark (2017)/Justice League Dark (2017).mp4"
    [2026-06-25 00:29:57.292 +00:00] [INF] Item in "Kick-Ass Collection" cannot be found at "/home/Jellymedia/Movies/K/Kick-Ass 2 (2013)/Kick-Ass 2 (2013).mp4"
    [2026-06-25 00:29:57.655 +00:00] [INF] "Clean up collections and playlists" Completed after 0 minute(s) and 2 seconds
    [2026-06-25 00:29:57.985 +00:00] [ERR] An error occurred while accessing the plugin manifest: "https://raw.githubusercontent.com/jellyfin/jellyfin-plugin-repository/master/manifest.json"
    System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
      at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
      at System.Net.Http.Json.HttpClientJsonExtensions.<FromJsonAsyncCore>g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken)
      at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken)
    [2026-06-25 00:29:58.190 +00:00] [INF] "Update Plugins" Completed after 0 minute(s) and 2 seconds
    [2026-06-25 00:30:01.137 +00:00] [INF] FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
    [2026-06-25 00:30:01.138 +00:00] [INF] ServerId: "fbaf2acdd8694f8e914ce70817710b91"
    [2026-06-25 00:30:01.138 +00:00] [INF] Core startup complete
    [2026-06-25 00:30:01.138 +00:00] [INF] Startup complete 0:00:12.7543266
    [2026-06-25 00:32:20.704 +00:00] [INF] Sending shutdown notifications
    [2026-06-25 00:32:20.715 +00:00] [INF] Running query planner optimizations in the database... This might take a while
    [2026-06-25 00:32:20.749 +00:00] [INF] Disposing "CoreAppHost"
    [2026-06-25 00:32:20.749 +00:00] [INF] Disposing "MusicBrainzArtistProvider"
    [2026-06-25 00:32:20.749 +00:00] [INF] Disposing "MusicBrainzAlbumProvider"
    [2026-06-25 00:32:20.749 +00:00] [INF] Disposing "SeriesProvider"
    [2026-06-25 00:32:20.749 +00:00] [INF] Disposing "PluginManager"
    [2026-06-25 00:32:23.770 +00:00] [INF] Setting cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:32:23.928 +00:00] [INF] Kestrel is listening on "0.0.0.0"
    [2026-06-25 00:32:23.951 +00:00] [INF] Jellyfin version: "12.0.0"
    [2026-06-25 00:32:23.953 +00:00] [INF] Environment Variables: ["[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_CACHE_DIR, /home/Jellymedia/.jellyfin/cache]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]"]
    [2026-06-25 00:32:23.955 +00:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [2026-06-25 00:32:23.955 +00:00] [INF] Operating system: "Debian GNU/Linux 13 (trixie)"
    [2026-06-25 00:32:23.955 +00:00] [INF] Architecture: X64
    [2026-06-25 00:32:23.955 +00:00] [INF] 64-Bit Process: True
    [2026-06-25 00:32:23.955 +00:00] [INF] User Interactive: True
    [2026-06-25 00:32:23.955 +00:00] [INF] Processor count: 8
    [2026-06-25 00:32:23.955 +00:00] [INF] Program data path: "/var/lib/jellyfin"
    [2026-06-25 00:32:23.955 +00:00] [INF] Log directory path: "/var/log/jellyfin"
    [2026-06-25 00:32:23.955 +00:00] [INF] Config directory path: "/etc/jellyfin"
    [2026-06-25 00:32:23.955 +00:00] [INF] Cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:32:23.956 +00:00] [INF] Temp directory path: "/tmp/jellyfin"
    [2026-06-25 00:32:23.956 +00:00] [INF] Web resources path: "/usr/share/jellyfin/web"
    [2026-06-25 00:32:23.956 +00:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
    [2026-06-25 00:32:23.959 +00:00] [INF] Storage path "/var/lib/jellyfin/data" (Fixed) successfully checked with "25.4GiB" free which is over the minimum of "2GiB".
    [2026-06-25 00:32:23.960 +00:00] [INF] Storage path "/home/Jellymedia/.jellyfin/cache" (Fixed) successfully checked with "36.8TiB" free which is over the minimum of "2GiB".
    [2026-06-25 00:32:23.960 +00:00] [INF] Storage path "/var/lib/jellyfin" (Fixed) successfully checked with "25.4GiB" free which is over the minimum of "2GiB".
    [2026-06-25 00:32:23.962 +00:00] [INF] Setting cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:32:24.008 +00:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=60;Pooling=True"
    [2026-06-25 00:32:24.013 +00:00] [INF] SQLITE connection pragma command set to:
    "PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;
    "
    [2026-06-25 00:32:24.014 +00:00] [INF] The database locking mode has been set to: NoLock.
    [2026-06-25 00:32:24.040 +00:00] [INF] Initialise Migration service.
    [2026-06-25 00:32:24.818 +00:00] [INF] There are 0 migrations for stage PreInitialisation.
    [2026-06-25 00:32:24.827 +00:00] [INF] Setting cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:32:24.871 +00:00] [INF] Loading assemblies
    [2026-06-25 00:32:24.879 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.AniDB, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/AniDB_11.0.0.0/Jellyfin.Plugin.AniDB.dll"
    [2026-06-25 00:32:24.881 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.AniList, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/AniList_13.0.0.0/Jellyfin.Plugin.AniList.dll"
    [2026-06-25 00:32:24.882 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.Fanart, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Fanart_14.0.0.0/Jellyfin.Plugin.Fanart.dll"
    [2026-06-25 00:32:24.887 +00:00] [ERR] Failed to load assembly "/var/lib/jellyfin/plugins/Intro Skipper_1.10.11.21/IntroSkipper.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.
    Method 'CleanupExtractedData' in type 'IntroSkipper.Providers.SegmentProvider' from assembly 'IntroSkipper, Version=1.10.11.21, Culture=neutral, PublicKeyToken=null' does not have an implementation.
      at System.Reflection.RuntimeModule.GetDefinedTypes()
      at System.Reflection.RuntimeModule.GetTypes()
      at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
    System.TypeLoadException: Method 'CleanupExtractedData' in type 'IntroSkipper.Providers.SegmentProvider' from assembly 'IntroSkipper, Version=1.10.11.21, Culture=neutral, PublicKeyToken=null' does not have an implementation.
    [2026-06-25 00:32:24.895 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=24.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Open Subtitles_24.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll"
    [2026-06-25 00:32:24.896 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.PlaybackReporting, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Playback Reporting_17.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll"
    [2026-06-25 00:32:24.898 +00:00] [INF] Loaded assembly "SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Playback Reporting_17.0.0.0/SQLitePCL.pretty.dll"
    [2026-06-25 00:32:24.904 +00:00] [INF] Loaded assembly "Tvdb.Sdk, Version=4.7.10.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TheTVDB_22.0.0.0/Tvdb.Sdk.dll"
    [2026-06-25 00:32:24.906 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.Tvdb, Version=22.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TheTVDB_22.0.0.0/Jellyfin.Plugin.Tvdb.dll"
    [2026-06-25 00:32:24.907 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.TMDbBoxSets, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TMDb Box Sets_13.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll"
    [2026-06-25 00:32:24.908 +00:00] [INF] Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/TvMaze.Api.Client.dll"
    [2026-06-25 00:32:24.910 +00:00] [INF] Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Flurl.Http.dll"
    [2026-06-25 00:32:24.917 +00:00] [INF] Loaded assembly "Polly, Version=8.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Polly.dll"
    [2026-06-25 00:32:24.918 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.TvMaze, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Jellyfin.Plugin.TvMaze.dll"
    [2026-06-25 00:32:24.919 +00:00] [INF] Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Flurl.dll"
    [2026-06-25 00:32:24.945 +00:00] [INF] Defined LAN subnets: ["127.0.0.0/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2026-06-25 00:32:24.945 +00:00] [INF] Defined LAN exclusions: []
    [2026-06-25 00:32:24.947 +00:00] [INF] Used LAN subnets: ["127.0.0.0/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2026-06-25 00:32:24.948 +00:00] [INF] Filtered interface addresses: ["127.0.0.1", "192.168.20.9"]
    [2026-06-25 00:32:24.948 +00:00] [INF] Bind Addresses ["0.0.0.0"]
    [2026-06-25 00:32:24.948 +00:00] [INF] Remote IP filter is "Allowlist"
    [2026-06-25 00:32:24.948 +00:00] [INF] Filtered subnets: []
    [2026-06-25 00:32:24.965 +00:00] [ERR] Unable to find plugin in assembly "MediaBrowser.Providers, Version=12.0.0.0, Culture=neutral, PublicKeyToken=null"
    [2026-06-25 00:32:25.023 +00:00] [ERR] Error loading configuration file: "/etc/jellyfin/encoding.xml"
    System.InvalidOperationException: There is an error in XML document (30, 35).
    ---> System.InvalidOperationException: Instance validation error: '' is not a valid value for EncoderPreset.
      at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderEncodingOptions.Read6_EncoderPreset(String s)
      at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderEncodingOptions.Read10_EncodingOptions(Boolean isNullable, Boolean checkType)
      at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderEncodingOptions.Read11_EncodingOptions()
      at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
      at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
      --- End of inner exception stack trace ---
      at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
      at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
      at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
      at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
      at Emby.Server.Implementations.AppBase.BaseConfigurationManager.LoadConfiguration(String path, Type configurationType)
    [2026-06-25 00:32:25.024 +00:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=60;Pooling=True"
    [2026-06-25 00:32:25.024 +00:00] [INF] SQLITE connection pragma command set to:
    "PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;
    "
    [2026-06-25 00:32:25.024 +00:00] [INF] The database locking mode has been set to: NoLock.
    [2026-06-25 00:32:25.028 +00:00] [INF] Prepare system for possible migrations
    [2026-06-25 00:32:25.050 +00:00] [INF] A migration will attempt to modify the jellyfin.db, will attempt to backup the file now.
    [2026-06-25 00:32:25.800 +00:00] [INF] Jellyfin database has been backed up as "20260625123225"
    [2026-06-25 00:32:25.806 +00:00] [INF] There are 1 migrations for stage CoreInitialisation.
    [2026-06-25 00:32:25.807 +00:00] [INF] Perform migration "20260113102337_AddLinkedChildrenTable"
    [2026-06-25 00:32:25.969 +00:00] [INF] Migration "20260113102337_AddLinkedChildrenTable" was successfully applied
    [2026-06-25 00:32:25.970 +00:00] [INF] Perform migration "20260113203012_ChangeOwnerIdToGuid"
    [2026-06-25 00:32:41.590 +00:00] [INF] Migration "20260113203012_ChangeOwnerIdToGuid" was successfully applied
    [2026-06-25 00:32:41.591 +00:00] [INF] Perform migration "20260113233000_AddForeignKeyToOwnerId"
    [2026-06-25 00:32:41.649 +00:00] [WRN] An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"BaseItems"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
    [2026-06-25 00:32:41.649 +00:00] [WRN] An operation of type '"UpdateDataOperation"' will be attempted while a rebuild of table '"BaseItems"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
    [2026-06-25 00:32:45.835 +00:00] [INF] Setting cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:32:46.060 +00:00] [INF] Kestrel is listening on "0.0.0.0"
    [2026-06-25 00:32:46.083 +00:00] [INF] Jellyfin version: "12.0.0"
    [2026-06-25 00:32:46.086 +00:00] [INF] Environment Variables: ["[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_CACHE_DIR, /home/Jellymedia/.jellyfin/cache]", "[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_USER, jellyfin]"]
    [2026-06-25 00:32:46.087 +00:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    [2026-06-25 00:32:46.087 +00:00] [INF] Operating system: "Debian GNU/Linux 13 (trixie)"
    [2026-06-25 00:32:46.087 +00:00] [INF] Architecture: X64
    [2026-06-25 00:32:46.088 +00:00] [INF] 64-Bit Process: True
    [2026-06-25 00:32:46.088 +00:00] [INF] User Interactive: True
    [2026-06-25 00:32:46.088 +00:00] [INF] Processor count: 8
    [2026-06-25 00:32:46.088 +00:00] [INF] Program data path: "/var/lib/jellyfin"
    [2026-06-25 00:32:46.088 +00:00] [INF] Log directory path: "/var/log/jellyfin"
    [2026-06-25 00:32:46.088 +00:00] [INF] Config directory path: "/etc/jellyfin"
    [2026-06-25 00:32:46.088 +00:00] [INF] Cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:32:46.088 +00:00] [INF] Temp directory path: "/tmp/jellyfin"
    [2026-06-25 00:32:46.088 +00:00] [INF] Web resources path: "/usr/share/jellyfin/web"
    [2026-06-25 00:32:46.088 +00:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
    [2026-06-25 00:32:46.092 +00:00] [INF] Storage path "/var/lib/jellyfin/data" (Fixed) successfully checked with "24GiB" free which is over the minimum of "2GiB".
    [2026-06-25 00:32:46.092 +00:00] [INF] Storage path "/home/Jellymedia/.jellyfin/cache" (Fixed) successfully checked with "36.8TiB" free which is over the minimum of "2GiB".
    [2026-06-25 00:32:46.092 +00:00] [INF] Storage path "/var/lib/jellyfin" (Fixed) successfully checked with "24GiB" free which is over the minimum of "2GiB".
    [2026-06-25 00:32:46.096 +00:00] [INF] Setting cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:32:46.162 +00:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=60;Pooling=True"
    [2026-06-25 00:32:46.168 +00:00] [INF] SQLITE connection pragma command set to:
    "PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;
    "
    [2026-06-25 00:32:46.169 +00:00] [INF] The database locking mode has been set to: NoLock.
    [2026-06-25 00:32:46.206 +00:00] [INF] Initialise Migration service.
    [2026-06-25 00:32:47.132 +00:00] [INF] There are 0 migrations for stage PreInitialisation.
    [2026-06-25 00:32:47.140 +00:00] [INF] Setting cache path: "/home/Jellymedia/.jellyfin/cache"
    [2026-06-25 00:32:47.184 +00:00] [INF] Loading assemblies
    [2026-06-25 00:32:47.193 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.AniDB, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/AniDB_11.0.0.0/Jellyfin.Plugin.AniDB.dll"
    [2026-06-25 00:32:47.196 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.AniList, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/AniList_13.0.0.0/Jellyfin.Plugin.AniList.dll"
    [2026-06-25 00:32:47.197 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.Fanart, Version=14.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Fanart_14.0.0.0/Jellyfin.Plugin.Fanart.dll"
    [2026-06-25 00:32:47.199 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=24.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Open Subtitles_24.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll"
    [2026-06-25 00:32:47.200 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.PlaybackReporting, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Playback Reporting_17.0.0.0/Jellyfin.Plugin.PlaybackReporting.dll"
    [2026-06-25 00:32:47.201 +00:00] [INF] Loaded assembly "SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/Playback Reporting_17.0.0.0/SQLitePCL.pretty.dll"
    [2026-06-25 00:32:47.207 +00:00] [INF] Loaded assembly "Tvdb.Sdk, Version=4.7.10.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TheTVDB_22.0.0.0/Tvdb.Sdk.dll"
    [2026-06-25 00:32:47.210 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.Tvdb, Version=22.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TheTVDB_22.0.0.0/Jellyfin.Plugin.Tvdb.dll"
    [2026-06-25 00:32:47.210 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.TMDbBoxSets, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TMDb Box Sets_13.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll"
    [2026-06-25 00:32:47.218 +00:00] [INF] Loaded assembly "TvMaze.Api.Client, Version=0.1.72.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/TvMaze.Api.Client.dll"
    [2026-06-25 00:32:47.219 +00:00] [INF] Loaded assembly "Flurl.Http, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Flurl.Http.dll"
    [2026-06-25 00:32:47.228 +00:00] [INF] Loaded assembly "Polly, Version=8.0.0.0, Culture=neutral, PublicKeyToken=c8a3ffc3f8f825cc" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Polly.dll"
    [2026-06-25 00:32:47.229 +00:00] [INF] Loaded assembly "Jellyfin.Plugin.TvMaze, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Jellyfin.Plugin.TvMaze.dll"
    [2026-06-25 00:32:47.230 +00:00] [INF] Loaded assembly "Flurl, Version=3.0.1.0, Culture=neutral, PublicKeyToken=null" from "/var/lib/jellyfin/plugins/TVmaze_13.0.0.0/Flurl.dll"
    [2026-06-25 00:32:47.275 +00:00] [INF] Defined LAN subnets: ["127.0.0.0/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2026-06-25 00:32:47.275 +00:00] [INF] Defined LAN exclusions: []
    [2026-06-25 00:32:47.277 +00:00] [INF] Used LAN subnets: ["127.0.0.0/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2026-06-25 00:32:47.278 +00:00] [INF] Filtered interface addresses: ["127.0.0.1", "192.168.20.9"]
    [2026-06-25 00:32:47.278 +00:00] [INF] Bind Addresses ["0.0.0.0"]
    [2026-06-25 00:32:47.278 +00:00] [INF] Remote IP filter is "Allowlist"
    [2026-06-25 00:32:47.278 +00:00] [INF] Filtered subnets: []
    [2026-06-25 00:32:47.325 +00:00] [ERR] Unable to find plugin in assembly "MediaBrowser.Providers, Version=12.0.0.0, Culture=neutral, PublicKeyToken=null"
    [2026-06-25 00:32:47.449 +00:00] [ERR] Error loading configuration file: "/etc/jellyfin/encoding.xml"
    System.InvalidOperationException: There is an error in XML document (30, 35).
    ---> System.InvalidOperationException: Instance validation error: '' is not a valid value for EncoderPreset.
      at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderEncodingOptions.Read6_EncoderPreset(String s)
      at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderEncodingOptions.Read10_EncodingOptions(Boolean isNullable, Boolean checkType)
      at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderEncodingOptions.Read11_EncodingOptions()
      at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
      at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
      --- End of inner exception stack trace ---
      at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
      at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
      at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
      at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
      at Emby.Server.Implementations.AppBase.BaseConfigurationManager.LoadConfiguration(String path, Type configurationType)
    [2026-06-25 00:32:47.453 +00:00] [INF] SQLite connection string: "Data Source=/var/lib/jellyfin/data/jellyfin.db;Cache=Default;Default Timeout=60;Pooling=True"
    [2026-06-25 00:32:47.453 +00:00] [INF] SQLITE connection pragma command set to:
    "PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;
    "
    [2026-06-25 00:32:47.453 +00:00] [INF] The database locking mode has been set to: NoLock.
    [2026-06-25 00:32:47.457 +00:00] [INF] Prepare system for possible migrations
    [2026-06-25 00:32:47.486 +00:00] [INF] A migration will attempt to modify the jellyfin.db, will attempt to backup the file now.
    [2026-06-25 00:32:48.093 +00:00] [INF] Jellyfin database has been backed up as "20260625123247"
    [2026-06-25 00:32:48.099 +00:00] [INF] There are 2 migrations for stage CoreInitialisation.
    [2026-06-25 00:32:48.100 +00:00] [INF] Perform migration "20260113233000_AddForeignKeyToOwnerId"

    The screen refreshes each few seconds, but its 48+ hours now and still there.
    Is there a way to know what is it doing?
    Thanks.
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,879
    Threads: 11
    Joined: 2023 Jun
    Reputation: 478
    Country:United States
    #2
    2026-06-26, 03:16 PM (This post was last modified: 2026-06-26, 03:17 PM by TheDreadPirate.)
    I see this

    Code:
    [2026-06-25 00:32:47.449 +00:00] [ERR] Error loading configuration file: "/etc/jellyfin/encoding.xml"
    System.InvalidOperationException: There is an error in XML document (30, 35).

    There is something wrong with encoding.xml, not sure what or why. But it is safe to delete. It will be regenerated with defaults and you will need to reconfigure your transcoding and trickplay settings.
    Jellyfin 10.11.11 (Docker)
    Debian 13 w/Xanmod amd64v3 LTS kernel
    AMD Ryzen 5500 w/32GB DDR4
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    ZFS Storage pool
        vdev1 - 6x WD Red Pro 6TB CMR in RAIDZ1
        vdev2 - 3x WD Red Pro 18TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    genimac
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: 2023 Dec
    Reputation: 0
    Country:Andorra
    #3
    2026-06-26, 05:00 PM
    (2026-06-26, 03:16 PM)TheDreadPirate Wrote: I see this

    Code:
    [2026-06-25 00:32:47.449 +00:00] [ERR] Error loading configuration file: "/etc/jellyfin/encoding.xml"
    System.InvalidOperationException: There is an error in XML document (30, 35).

    There is something wrong with encoding.xml, not sure what or why.  But it is safe to delete.  It will be regenerated with defaults and you will need to reconfigure your transcoding and trickplay settings.
    Thanks for the answer.

    Does that affect the migration? I can do a new clone and remove that file before upgrading and restarting, but can I let the current one go on and then remove it?
    If I start over is anything I can do to know where is the migration at any point? like library or count?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,879
    Threads: 11
    Joined: 2023 Jun
    Reputation: 478
    Country:United States
    #4
    2026-06-26, 05:28 PM
    Based on your log it doesn't look like it actually started any of the migrations. Since it is a test container you can do whatever you feel like. It is probably fine to just keep what you currently have and just delete encoding.xml and start jellyfin.

    The migrations will print to the server log as it progresses. When I upgraded my test container, which is a clone of my main container, the migration took 50 seconds for a library with 30k episodes, 1k movies, and 15k songs. The container runs off of a NVMe SSD.
    Jellyfin 10.11.11 (Docker)
    Debian 13 w/Xanmod amd64v3 LTS kernel
    AMD Ryzen 5500 w/32GB DDR4
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    ZFS Storage pool
        vdev1 - 6x WD Red Pro 6TB CMR in RAIDZ1
        vdev2 - 3x WD Red Pro 18TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    theguymadmax
    Offline

    Team Member

    Posts: 1,665
    Threads: 4
    Joined: 2024 Jun
    Reputation: 104
    #5
    2026-06-26, 07:52 PM
    The encoding error should be harmless and should disappear after the initial migration.

    Release note: https://notes.jellyfin.org/v12.0_release_notes

    Installed repository plugins (anything not built-in) should also be removed before migrating. Plugins will likely need time to adapt to the new database changes, so re-adding them afterward is the safest approach for testing.

    Official plugins compatible with Jellyfin are available through the unstable plugin repository. To test plugins for 12.0:

    Go to Dashboard -> Plugins -> Manage Repositories
    Update the Plugin Repository URL to: https://repo.jellyfin.org/files/plugin-u...anifest.js


    Can you attach the full logs to a post? You will may need to zip it first.
    genimac
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: 2023 Dec
    Reputation: 0
    Country:Andorra
    #6
    2026-06-27, 12:23 PM (This post was last modified: 2026-06-27, 07:50 PM by TheDreadPirate. Edited 1 time in total.)
    (2026-06-26, 07:52 PM)theguymadmax Wrote: The encoding error should be harmless and should disappear after the initial migration.

    Release note: https://notes.jellyfin.org/v12.0_release_notes

    Installed repository plugins (anything not built-in) should also be removed before migrating. Plugins will likely need time to adapt to the new database changes, so re-adding them afterward is the safest approach for testing.

    Official plugins compatible with Jellyfin are available through the unstable plugin repository. To test plugins for 12.0:

    Go to Dashboard -> Plugins -> Manage Repositories
    Update the Plugin Repository URL to: https://repo.jellyfin.org/files/plugin-u...anifest.js


    Can you attach the full logs to a post? You will may need to zip it first.

    Thanks for helping with the migration. Still having problems.
    What I did:
    - check that all in original lxc is up to date and optimised database
    - stoped the lxc and made a clone to work on
    - removed all plugins, audiodb, musicbrainz, omdb, studio images and tmdb remain.
    - created a back up so i can restart the process at will
    - used systemctl stop jellyfin, then removed the offending /etc/jellyfin/encoding.xml
    - edited /etc/apt/sources.list.d/jellyfin.sources to:
    Quote:Types: deb
    URIs: https://repo.jellyfin.org/debian
    Suites: trixie
    Components: main unstable
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/jellyfin.gpg
    - apt update, apt dist-upgrade, jellyfin --version returns 12.0.0.0
    - systemctl start jellyfin
    then I get this:
    Code:
    06/27/2026 12:10:47 +00:00 - Error while starting server
    06/27/2026 12:10:46 +00:00 - Migration "20260115120000_FixIncorrectOwnerIdRelationships" failed
    06/27/2026 12:10:46 +00:00 - Error: "SQLite Error 1: 'too many SQL variables'."
    06/27/2026 12:10:46 +00:00 - An exception occurred while iterating over the results of a query for context type '"Jellyfin.Database.Implementations.JellyfinDbContext"'." ""Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'too many SQL variables'. 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.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator) at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext()"
    06/27/2026 12:10:46 +00:00 - Failed executing DbCommand ("2,224"ms) [Parameters=["@descendantIds1='?' (DbType = Guid), @descendantIds2='?' (DbType = Guid), @descendantIds3='?' (DbType = Guid), @descendantIds4='?' (DbType = Guid), @descendantIds5='?' (DbType = Guid), @descendantIds6='?' (DbType = Guid), @descendantIds7='?' (DbType = Guid), @descendantIds8='?' (DbType = Guid), @descendantIds9='?' (DbType = Guid), @descendantIds10='?' (DbType = Guid), @descendantIds11='?' (DbType = Guid), @descendantIds12='?' (DbType = Guid), @descendantIds13='?' (DbType = Guid), @descendantIds14='?' (DbType = Guid), @descendantIds15='?' (DbType = Guid), @descendantIds16='?' (DbType = Guid), @descendantIds17='?' (DbType = Guid), @descendantIds18='?' (DbType = Guid), @descendantIds19='?' (DbType = Guid), @descendantIds20='?' (DbType = Guid), @descendantIds21='?' (DbType = Guid), @descendantIds22='?' (DbType = Guid), @descendantIds23='?' (DbType = Guid), @descendantIds24='?' (DbType = Guid), @descendantIds25='?' (DbType = Guid), @descendantIds26='?' (DbType = Guid), @descendantIds27='?' (DbType = Guid), @descendantIds28='?' (DbType = Guid), @descendantIds29='?' (DbType = Guid), @descendantIds30='?' (DbType = Guid), @descendantIds31='?' (DbType = Guid), @descendantIds32='?' (DbType = Guid), @descendantIds33='?' (DbType = Guid), @descendantIds34='?' (DbType = Guid), @descendantIds35='?' (DbType = Guid), @descendantIds36='?' (DbType = Guid), @descendantIds37='?' (DbType = Guid), @descendantIds38='?' (DbType = Guid), @descendantIds39='?' (DbType = Guid), @descendantIds40='?' (DbType = Guid), @descendantIds41='?' (DbType = Guid), @descendantIds42='?' (DbType = Guid), @descendantIds43='?' (DbType = Guid), @descendantIds44='?' (DbType = Guid), @descendantIds45='?' (DbType = Guid), @descendantIds46='?' (DbType = Guid), @descendantIds47='?' (DbType = Guid), @descendantIds48='?' (DbType = Guid), @descendantIds49='?' (DbType = Guid), @descendantIds50='?' (DbType = Guid), @descendantIds51='?' (DbType = Guid), @descendantIds52='?' (DbType = Guid), @descendantIds53='?' (DbType = Guid), @descendantIds54='?' (DbType = Guid), @descendantIds55='?' (DbType = Guid), @descendantIds56='?' (DbType = Guid), @descendantIds57='?' (DbType = Guid), @descendantIds58='?' (DbType = Guid), @descendantIds59='?' (DbType = Guid), @descendantIds60='?' (DbType = Guid), @descendantIds61='?' (DbType = Guid), @descendantIds62='?' (DbType = Guid), @descendantIds63='?' (DbType = Guid), @descendantIds64='?' (DbType = Guid), @descendantIds65='?' (DbType = Guid), @descendantIds66='?' (DbType = Guid), @descendantIds67='?' (DbType = Guid), @descendantIds68='?' (DbType = Guid), @descendantIds69='?' (DbType = Guid), @descendantIds70='?'
    .......

    @descendantIds134997, @descendantIds134998, @descendantIds134999, @descendantIds135000)"
    06/27/2026 12:09:53 +00:00 - Resolving duplicates: 77500/77743 paths
    06/27/2026 12:09:53 +00:00 - Resolving duplicates: 77000/77743 paths
    06/27/2026 12:09:53 +00:00 - Resolving duplicates: 76500/77743 paths
    06/27/2026 12:09:53 +00:00 - Resolving duplicates: 76000/77743 paths
    06/27/2026 12:09:53 +00:00 - Resolving duplicates: 75500/77743 paths
    06/27/2026 12:09:53 +00:00 - Resolving duplicates: 75000/77743 paths
    06/27/2026 12:09:53 +00:00 - Resolving duplicates: 74500/77743 paths
    06/27/2026 12:09:53 +00:00 - Resolving duplicates: 74000/77743 paths
    06/27/2026 12:09:53 +00:00 - Resolving duplicates: 73500/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 73000/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 72500/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 72000/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 71500/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 71000/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 70500/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 70000/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 69500/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 69000/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 68500/77743 paths
    06/27/2026 12:09:52 +00:00 - Resolving duplicates: 68000/77743 paths
    06/27/2026 12:09:51 +00:00 - Resolving duplicates: 67500/77743 paths
    06/27/2026 12:09:51 +00:00 - Resolving duplicates: 67000/77743 paths
    06/27/2026 12:09:51 +00:00 - Resolving duplicates: 66500/77743 paths
    06/27/2026 12:09:51 +00:00 - Resolving duplicates: 66000/77743 paths
    06/27/2026 12:09:51 +00:00 - Resolving duplicates: 65500/77743 paths
    06/27/2026 12:09:51 +00:00 - Resolving duplicates: 65000/77743 paths
    06/27/2026 12:09:51 +00:00 - Resolving duplicates: 64500/77743 paths
    06/27/2026 12:09:51 +00:00 - Resolving duplicates: 64000/77743 paths
    06/27/2026 12:09:51 +00:00 - Resolving duplicates: 63500/77743 paths
    06/27/2026 12:09:51 +00:00 - Resolving duplicates: 63000/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 62500/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 62000/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 61500/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 61000/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 60500/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 60000/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 59500/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 59000/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 58500/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 58000/77743 paths
    06/27/2026 12:09:50 +00:00 - Resolving duplicates: 57500/77743 paths
    06/27/2026 12:09:49 +00:00 - Resolving duplicates: 57000/77743 paths
    06/27/2026 12:09:49 +00:00 - Resolving duplicates: 56500/77743 paths
    06/27/2026 12:09:49 +00:00 - Resolving duplicates: 56000/77743 paths
    06/27/2026 12:09:49 +00:00 - Resolving duplicates: 55500/77743 paths
    06/27/2026 12:09:49 +00:00 - Resolving duplicates: 55000/77743 paths
    06/27/2026 12:09:49 +00:00 - Resolving duplicates: 54500/77743 paths
    06/27/2026 12:09:49 +00:00 - Resolving duplicates: 54000/77743 paths
    06/27/2026 12:09:49 +00:00 - Resolving duplicates: 53500/77743 paths
    06/27/2026 12:09:49 +00:00 - Resolving duplicates: 53000/77743 paths
    06/27/2026 12:09:49 +00:00 - Resolving duplicates: 52500/77743 paths
    06/27/2026 12:09:48 +00:00 - Resolving duplicates: 52000/77743 paths
    06/27/2026 12:09:48 +00:00 - Resolving duplicates: 51500/77743 paths
    06/27/2026 12:09:48 +00:00 - Resolving duplicates: 51000/77743 paths
    06/27/2026 12:09:48 +00:00 - Resolving duplicates: 50500/77743 paths
    06/27/2026 12:09:48 +00:00 - Resolving duplicates: 50000/77743 paths
    06/27/2026 12:09:48 +00:00 - Resolving duplicates: 49500/77743 paths
    06/27/2026 12:09:48 +00:00 - Resolving duplicates: 49000/77743 paths
    06/27/2026 12:09:48 +00:00 - Resolving duplicates: 48500/77743 paths
    06/27/2026 12:09:48 +00:00 - Resolving duplicates: 48000/77743 paths
    06/27/2026 12:09:48 +00:00 - Resolving duplicates: 47500/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 47000/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 46500/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 46000/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 45500/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 45000/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 44500/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 44000/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 43500/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 43000/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 42500/77743 paths
    06/27/2026 12:09:47 +00:00 - Resolving duplicates: 42000/77743 paths
    06/27/2026 12:09:46 +00:00 - Resolving duplicates: 41500/77743 paths
    06/27/2026 12:09:46 +00:00 - Resolving duplicates: 41000/77743 paths
    06/27/2026 12:09:46 +00:00 - Resolving duplicates: 40500/77743 paths
    06/27/2026 12:09:46 +00:00 - Resolving duplicates: 40000/77743 paths
    06/27/2026 12:09:46 +00:00 - Resolving duplicates: 39500/77743 paths
    06/27/2026 12:09:46 +00:00 - Resolving duplicates: 39000/77743 paths
    06/27/2026 12:09:46 +00:00 - Resolving duplicates: 38500/77743 paths
    06/27/2026 12:09:46 +00:00 - Resolving duplicates: 38000/77743 paths
    06/27/2026 12:09:46 +00:00 - Resolving duplicates: 37500/77743 paths
    06/27/2026 12:09:45 +00:00 - Resolving duplicates: 37000/77743 paths
    06/27/2026 12:09:45 +00:00 - Resolving duplicates: 36500/77743 paths
    06/27/2026 12:09:45 +00:00 - Resolving duplicates: 36000/77743 paths
    06/27/2026 12:09:45 +00:00 - Resolving duplicates: 35500/77743 paths
    06/27/2026 12:09:45 +00:00 - Resolving duplicates: 35000/77743 paths
    06/27/2026 12:09:45 +00:00 - Resolving duplicates: 34500/77743 paths
    06/27/2026 12:09:45 +00:00 - Resolving duplicates: 34000/77743 paths
    06/27/2026 12:09:45 +00:00 - Resolving duplicates: 33500/77743 paths
    06/27/2026 12:09:45 +00:00 - Resolving duplicates: 33000/77743 paths
    06/27/2026 12:09:45 +00:00 - Resolving duplicates: 32500/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 32000/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 31500/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 31000/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 30500/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 30000/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 29500/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 29000/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 28500/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 28000/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 27500/77743 paths
    06/27/2026 12:09:44 +00:00 - Resolving duplicates: 27000/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 26500/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 26000/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 25500/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 25000/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 24500/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 24000/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 23500/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 23000/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 22500/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 22000/77743 paths
    06/27/2026 12:09:43 +00:00 - Resolving duplicates: 21500/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 21000/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 20500/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 20000/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 19500/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 19000/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 18500/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 18000/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 17500/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 17000/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 16500/77743 paths
    06/27/2026 12:09:42 +00:00 - Resolving duplicates: 16000/77743 paths
    06/27/2026 12:09:41 +00:00 - Resolving duplicates: 15500/77743 paths
    06/27/2026 12:09:41 +00:00 - Resolving duplicates: 15000/77743 paths
    06/27/2026 12:09:41 +00:00 - Resolving duplicates: 14500/77743 paths
    06/27/2026 12:09:41 +00:00 - Resolving duplicates: 14000/77743 paths
    06/27/2026 12:09:41 +00:00 - Resolving duplicates: 13500/77743 paths
    06/27/2026 12:09:41 +00:00 - Resolving duplicates: 13000/77743 paths
    06/27/2026 12:09:41 +00:00 - Resolving duplicates: 12500/77743 paths
    06/27/2026 12:09:41 +00:00 - Resolving duplicates: 12000/77743 paths
    06/27/2026 12:09:41 +00:00 - Resolving duplicates: 11500/77743 paths
    06/27/2026 12:09:41 +00:00 - Resolving duplicates: 11000/77743 paths
    06/27/2026 12:09:40 +00:00 - Resolving duplicates: 10500/77743 paths
    06/27/2026 12:09:40 +00:00 - Resolving duplicates: 10000/77743 paths
    06/27/2026 12:09:40 +00:00 - Resolving duplicates: 9500/77743 paths
    06/27/2026 12:09:40 +00:00 - Resolving duplicates: 9000/77743 paths
    06/27/2026 12:09:40 +00:00 - Resolving duplicates: 8500/77743 paths
    06/27/2026 12:09:40 +00:00 - Resolving duplicates: 8000/77743 paths
    06/27/2026 12:09:40 +00:00 - Resolving duplicates: 7500/77743 paths
    06/27/2026 12:09:40 +00:00 - Resolving duplicates: 7000/77743 paths
    06/27/2026 12:09:40 +00:00 - Resolving duplicates: 6500/77743 paths
    06/27/2026 12:09:39 +00:00 - Resolving duplicates: 6000/77743 paths
    06/27/2026 12:09:39 +00:00 - Resolving duplicates: 5500/77743 paths
    06/27/2026 12:09:39 +00:00 - Resolving duplicates: 5000/77743 paths
    06/27/2026 12:09:39 +00:00 - Resolving duplicates: 4500/77743 paths
    06/27/2026 12:09:39 +00:00 - Resolving duplicates: 4000/77743 paths
    06/27/2026 12:09:39 +00:00 - Resolving duplicates: 3500/77743 paths
    06/27/2026 12:09:39 +00:00 - Resolving duplicates: 3000/77743 paths
    06/27/2026 12:09:39 +00:00 - Resolving duplicates: 2500/77743 paths
    06/27/2026 12:09:39 +00:00 - Resolving duplicates: 2000/77743 paths
    06/27/2026 12:09:39 +00:00 - Resolving duplicates: 1500/77743 paths
    06/27/2026 12:09:38 +00:00 - Resolving duplicates: 1000/77743 paths
    06/27/2026 12:09:38 +00:00 - Resolving duplicates: 500/77743 paths
    06/27/2026 12:09:38 +00:00 - Found 77743 paths with duplicate database entries
    06/27/2026 12:09:38 +00:00 - No orphaned extras found, skipping migration.
    06/27/2026 12:09:33 +00:00 - Missing translation/culture resource: "Emby.Server.Implementations.Localization.Core.en_us.json"
    06/27/2026 12:09:30 +00:00 - Migrate stage AppInitialisation.


    06/27/2026 12:09:38 +00:00 - 20260115120000_FixIncorrectOwnerIdRelationships


    06/27/2026 12:10:46 +00:00 - Attempt to rollback JellyfinDb.
    06/27/2026 12:10:46 +00:00 - Migration 20260115120000_FixIncorrectOwnerIdRelationships failed
    06/27/2026 12:10:46 +00:00 - Error: SQLite Error 1: 'too many SQL variables'.
    06/27/2026 12:09:38 +00:00 - Perform migration 20260115120000_FixIncorrectOwnerIdRelationships

    06/27/2026 12:09:38 +00:00 - 20260113230000_CleanupOrphanedExtras


    06/27/2026 12:09:38 +00:00 - Migration 20260113230000_CleanupOrphanedExtras was successfully applied
    06/27/2026 12:09:38 +00:00 - Perform migration 20260113230000_CleanupOrphanedExtras

    06/27/2026 12:09:30 +00:00 - 20260113120000_MigrateLinkedChildren


    06/27/2026 12:09:38 +00:00 - Migration 20260113120000_MigrateLinkedChildren was successfully applied
    06/27/2026 12:09:30 +00:00 - Perform migration 20260113120000_MigrateLinkedChildren

    06/27/2026 12:09:30 +00:00 - There are 8 migrations for stage AppInitialisation.

    06/27/2026 12:08:44 +00:00 - Migrate stage CoreInitialisation.


    06/27/2026 12:09:30 +00:00 - There are 0 migrations for stage CoreInitialisation.
    06/27/2026 12:09:30 +00:00 - 20260524120336_AddUniqueNormalizedUsernameIndex


    06/27/2026 12:09:30 +00:00 - Migration 20260524120336_AddUniqueNormalizedUsernameIndex was successfully applied
    06/27/2026 12:09:30 +00:00 - Perform migration 20260524120336_AddUniqueNormalizedUsernameIndex

    06/27/2026 12:09:29 +00:00 - 20260522092304_UpdateNormalizedUsername


    06/27/2026 12:09:30 +00:00 - Migration 20260522092304_UpdateNormalizedUsername was successfully applied
    06/27/2026 12:09:29 +00:00 - Perform migration 20260522092304_UpdateNormalizedUsername

    06/27/2026 12:09:29 +00:00 - 20260522092303_AddNormalizedUsername


    06/27/2026 12:09:29 +00:00 - Migration 20260522092303_AddNormalizedUsername was successfully applied
    06/27/2026 12:09:29 +00:00 - Perform migration 20260522092303_AddNormalizedUsername

    06/27/2026 12:09:29 +00:00 - There are 1 migrations for stage CoreInitialisation.
    06/27/2026 12:09:29 +00:00 - 20260531160000_DisableLegacyAuthorization


    06/27/2026 12:09:29 +00:00 - Migration 20260531160000_DisableLegacyAuthorization was successfully applied
    06/27/2026 12:09:29 +00:00 - Perform migration 20260531160000_DisableLegacyAuthorization

    06/27/2026 12:09:29 +00:00 - 20260504075755_AddPartialIndexForItemCounts


    06/27/2026 12:09:29 +00:00 - Migration 20260504075755_AddPartialIndexForItemCounts was successfully applied
    06/27/2026 12:09:29 +00:00 - Perform migration 20260504075755_AddPartialIndexForItemCounts

    06/27/2026 12:09:28 +00:00 - 20260308123920_AddTypeCleanNameIndex


    06/27/2026 12:09:29 +00:00 - Migration 20260308123920_AddTypeCleanNameIndex was successfully applied
    06/27/2026 12:09:28 +00:00 - Perform migration 20260308123920_AddTypeCleanNameIndex

    06/27/2026 12:09:28 +00:00 - 20260215201634_ChangePrimaryVersionIdToGuid


    06/27/2026 12:09:28 +00:00 - Migration 20260215201634_ChangePrimaryVersionIdToGuid was successfully applied
    06/27/2026 12:09:28 +00:00 - Perform migration 20260215201634_ChangePrimaryVersionIdToGuid

    06/27/2026 12:09:26 +00:00 - 20260206224832_IndexOptimizations


    06/27/2026 12:09:28 +00:00 - Migration 20260206224832_IndexOptimizations was successfully applied
    06/27/2026 12:09:26 +00:00 - Perform migration 20260206224832_IndexOptimizations

    06/27/2026 12:09:25 +00:00 - 20260130232147_AddBaseItemNameIndex


    06/27/2026 12:09:26 +00:00 - Migration 20260130232147_AddBaseItemNameIndex was successfully applied
    06/27/2026 12:09:25 +00:00 - Perform migration 20260130232147_AddBaseItemNameIndex

    06/27/2026 12:09:25 +00:00 - 20260118182305_AddIndicesToImageInfo


    06/27/2026 12:09:25 +00:00 - Migration 20260118182305_AddIndicesToImageInfo was successfully applied
    06/27/2026 12:09:25 +00:00 - Perform migration 20260118182305_AddIndicesToImageInfo

    06/27/2026 12:09:25 +00:00 - 20260116114245_AddLatestItemsDateCreatedIndexes


    06/27/2026 12:09:25 +00:00 - Migration 20260116114245_AddLatestItemsDateCreatedIndexes was successfully applied
    06/27/2026 12:09:25 +00:00 - Perform migration 20260116114245_AddLatestItemsDateCreatedIndexes

    06/27/2026 12:09:12 +00:00 - 20260113233500_DropExtraIdsColumn


    06/27/2026 12:09:25 +00:00 - Migration 20260113233500_DropExtraIdsColumn was successfully applied
    06/27/2026 12:09:12 +00:00 - Perform migration 20260113233500_DropExtraIdsColumn

    06/27/2026 12:09:00 +00:00 - 20260113233000_AddForeignKeyToOwnerId


    06/27/2026 12:09:12 +00:00 - Migration 20260113233000_AddForeignKeyToOwnerId was successfully applied
    06/27/2026 12:09:00 +00:00 - Perform migration 20260113233000_AddForeignKeyToOwnerId

    06/27/2026 12:08:44 +00:00 - 20260113203012_ChangeOwnerIdToGuid


    06/27/2026 12:09:00 +00:00 - Migration 20260113203012_ChangeOwnerIdToGuid was successfully applied
    06/27/2026 12:08:44 +00:00 - Perform migration 20260113203012_ChangeOwnerIdToGuid

    06/27/2026 12:08:44 +00:00 - 20260113102337_AddLinkedChildrenTable


    06/27/2026 12:08:44 +00:00 - Migration 20260113102337_AddLinkedChildrenTable was successfully applied
    06/27/2026 12:08:44 +00:00 - Perform migration 20260113102337_AddLinkedChildrenTable

    06/27/2026 12:08:44 +00:00 - There are 1 migrations for stage CoreInitialisation.

    06/27/2026 12:08:43 +00:00 - Error loading configuration file: "/etc/jellyfin/encoding.xml"
    06/27/2026 12:08:43 +00:00 - Unable to find plugin in assembly "MediaBrowser.Providers, Version=12.0.0.0, Culture=neutral, PublicKeyToken=null"
    06/27/2026 12:08:42 +00:00 - Migrate stage PreInitialisation.


    06/27/2026 12:08:43 +00:00 - There are 0 migrations for stage PreInitialisation.

    06/27/2026 12:08:42 +00:00 - Migration Startup


    06/27/2026 12:08:42 +00:00 - Initialise Migration service.

    06/27/2026 12:08:42 +00:00 - Migration Service
    06/27/2026 12:08:42 +00:00 - Storage Check


    06/27/2026 12:08:42 +00:00 - Storage path `/var/lib/jellyfin` (Fixed) successfully checked with 25.7GiB free which is over the minimum of 2GiB.
    06/27/2026 12:08:42 +00:00 - Check path /var/lib/jellyfin for storage capacity
    06/27/2026 12:08:42 +00:00 - Storage path `/home/Jellymedia/.jellyfin/cache` (Fixed) successfully checked with 36.7TiB free which is over the minimum of 2GiB.
    06/27/2026 12:08:42 +00:00 - Check path /home/Jellymedia/.jellyfin/cache for storage capacity
    06/27/2026 12:08:42 +00:00 - Storage path `/var/lib/jellyfin/data` (Fixed) successfully checked with 25.7GiB free which is over the minimum of 2GiB.
    06/27/2026 12:08:42 +00:00 - Check path /var/lib/jellyfin/data for storage capacity
    Must be doing something wrong but cant see it Slightly-frowning-face

    Also did a sqlite3 check on the database before the migration and returns ok
    theguymadmax
    Offline

    Team Member

    Posts: 1,665
    Threads: 4
    Joined: 2024 Jun
    Reputation: 104
    #7
    2026-06-27, 08:38 PM
    The "too many SQL variables" issue is a known migration bug that should be fixed in RC2, which should be released today or tomorrow. You'll need to wait for the release and try again.
    genimac
    Offline

    Junior Member

    Posts: 8
    Threads: 3
    Joined: 2023 Dec
    Reputation: 0
    Country:Andorra
    #8
    2026-06-29, 04:06 PM
    (2026-06-27, 08:38 PM)theguymadmax Wrote: The "too many SQL variables" issue is a known migration bug that should be fixed in RC2, which should be released today or tomorrow. You'll need to wait for the release and try again.

    Hello again, just to end the thread.

    Did the same just now and all went smooth and is done!
    Also much better info screen while the migration is working!
    For my user case took less than 2 hours.

    P.D. If there is a "Solved" or similar? can be marked as that.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 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