Jellyfin, I made a mess, I fixed it... or so I thought

So here is the story.

Had my media server set up lovely. Everything good. Clean installs. All nice.

Then there was a bit of a disaster, my 2TB drive decided to fail on me (most of my content was on my 6TB drive and all good) but mostly everything was working. After removing the 2TB drive I had to go away for a few days. When I came home…. Every drive was wiped including my 6TB.

Well. I thought. This was my experimental phase all good. I took my shot and re-formatted my 6TB drive from NFTS to FAT32 as advised and I reset everything, wiped all my old ZimaOS apps and started from ground Zero.

AAAANNND here’s where things get nuts.

I installed everything and had trouble with the old server being visible to everything. Okay. Well I managed to get around it and had my firestick, phone and comptuter back to working order with some of the media installed back on the 6TB. All seemed okay last night.

Today I’ve been loading more media up and things seemed nice and smooth.

Yet… now… jellyfin won’t open.

I have tried looking at it and the logs are saying that something is going wrong with Migration. But I haven’t migrated anything… I’ve got all the folders named well, used tinymediamanager to get the naming conventions correct, I think somewhere on my network there’s a mad conflict going on between the old install of Jellyfin and the new one (which I HAVE cleared on the main OS drive…) but it just doesn’t seem to be playing ball in any way.

What am I missing!

Note: Installed to ‘Latest’ but changed it to 10.11.11 for the timebeing.

Seems to go through some kind of ‘install’ when I try to open it.

Logs and Setup attached.

JellyfinLog.txt (19.3 KB)

Jellyfin.yaml.txt (29.4 KB)

Just tried to re-install and now I can’t even get onto a server….

Arrgh!

After about an hour of going back and forth, installing and re-installing I finally got to a setup page from somewhere….

Got it all reset again and it seems stable again….

Blimey…

Seems like it might have been something I did with HTTPS and HTTP settings somewhere. Much oddness but it now seems to work… at least until it doesn’t :smiley:

Right how do I delete topic?

Any help please!! :frowning:

Got home this evening….

jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | [23:23:50] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on all interfaces
jellyfin | [23:23:51] [INF] [10] Main: Jellyfin version: 10.11.11
jellyfin | [23:23:51] [INF] [10] Main: Environment Variables: [“[JELLYFIN_DATA_DIR, /config/data]”, “[JELLYFIN_CACHE_DIR, /config/cache]”, “[JELLYFIN_CONFIG_DIR, /config]”, “[JELLYFIN_LOG_DIR, /config/log]”, “[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]”]
jellyfin | [23:23:51] [INF] [10] Main: Arguments: [“/usr/lib/jellyfin/bin/jellyfin.dll”, “–ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg”]
jellyfin | [23:23:51] [INF] [10] Main: Operating system: Ubuntu 24.04.4 LTS
jellyfin | [23:23:51] [INF] [10] Main: Architecture: X64
jellyfin | [23:23:51] [INF] [10] Main: 64-Bit Process: True
jellyfin | [23:23:51] [INF] [10] Main: User Interactive: True
jellyfin | [23:23:51] [INF] [10] Main: Processor count: 16
jellyfin | [23:23:51] [INF] [10] Main: Program data path: /config/data
jellyfin | [23:23:51] [INF] [10] Main: Log directory path: /config/log
jellyfin | [23:23:51] [INF] [10] Main: Config directory path: /config
jellyfin | [23:23:51] [INF] [10] Main: Cache path: /config/cache
jellyfin | [23:23:51] [INF] [10] Main: Temp directory path: /tmp/jellyfin
jellyfin | [23:23:51] [INF] [10] Main: Web resources path: /usr/share/jellyfin/web
jellyfin | [23:23:51] [INF] [10] Main: Application directory: /usr/lib/jellyfin/bin/
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/cache` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:51] [INF] [10] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:51] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True
jellyfin | [23:23:51] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
jellyfin | PRAGMA locking_mode=NORMAL;
jellyfin | PRAGMA journal_size_limit=134217728;
jellyfin | PRAGMA synchronous=1;
jellyfin | PRAGMA temp_store=2;
jellyfin |
jellyfin | [23:23:51] [INF] [10] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
jellyfin | [23:23:51] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now.
jellyfin | [23:23:51] [FTL] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | [23:23:51] [FTL] [1] Main: Unhandled Exception
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | [23:23:52] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on all interfaces
jellyfin | [23:23:52] [INF] [10] Main: Jellyfin version: 10.11.11
jellyfin | [23:23:52] [INF] [10] Main: Environment Variables: [“[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]”, “[JELLYFIN_CONFIG_DIR, /config]”, “[JELLYFIN_CACHE_DIR, /config/cache]”, “[JELLYFIN_DATA_DIR, /config/data]”, “[JELLYFIN_LOG_DIR, /config/log]”]
jellyfin | [23:23:52] [INF] [10] Main: Arguments: [“/usr/lib/jellyfin/bin/jellyfin.dll”, “–ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg”]
jellyfin | [23:23:52] [INF] [10] Main: Operating system: Ubuntu 24.04.4 LTS
jellyfin | [23:23:52] [INF] [10] Main: Architecture: X64
jellyfin | [23:23:52] [INF] [10] Main: 64-Bit Process: True
jellyfin | [23:23:52] [INF] [10] Main: User Interactive: True
jellyfin | [23:23:52] [INF] [10] Main: Processor count: 16
jellyfin | [23:23:52] [INF] [10] Main: Program data path: /config/data
jellyfin | [23:23:52] [INF] [10] Main: Log directory path: /config/log
jellyfin | [23:23:52] [INF] [10] Main: Config directory path: /config
jellyfin | [23:23:52] [INF] [10] Main: Cache path: /config/cache
jellyfin | [23:23:52] [INF] [10] Main: Temp directory path: /tmp/jellyfin
jellyfin | [23:23:52] [INF] [10] Main: Web resources path: /usr/share/jellyfin/web
jellyfin | [23:23:52] [INF] [10] Main: Application directory: /usr/lib/jellyfin/bin/
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/cache` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:52] [INF] [10] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:52] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True
jellyfin | [23:23:52] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
jellyfin | PRAGMA locking_mode=NORMAL;
jellyfin | PRAGMA journal_size_limit=134217728;
jellyfin | PRAGMA synchronous=1;
jellyfin | PRAGMA temp_store=2;
jellyfin |
jellyfin | [23:23:52] [INF] [10] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
jellyfin | [23:23:52] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now.
jellyfin | [23:23:53] [FTL] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | [23:23:53] [FTL] [1] Main: Unhandled Exception
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | [23:23:54] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on all interfaces
jellyfin | [23:23:54] [INF] [10] Main: Jellyfin version: 10.11.11
jellyfin | [23:23:54] [INF] [10] Main: Environment Variables: [“[JELLYFIN_CONFIG_DIR, /config]”, “[JELLYFIN_DATA_DIR, /config/data]”, “[JELLYFIN_CACHE_DIR, /config/cache]”, “[JELLYFIN_LOG_DIR, /config/log]”, “[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]”]
jellyfin | [23:23:54] [INF] [10] Main: Arguments: [“/usr/lib/jellyfin/bin/jellyfin.dll”, “–ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg”]
jellyfin | [23:23:54] [INF] [10] Main: Operating system: Ubuntu 24.04.4 LTS
jellyfin | [23:23:54] [INF] [10] Main: Architecture: X64
jellyfin | [23:23:54] [INF] [10] Main: 64-Bit Process: True
jellyfin | [23:23:54] [INF] [10] Main: User Interactive: True
jellyfin | [23:23:54] [INF] [10] Main: Processor count: 16
jellyfin | [23:23:54] [INF] [10] Main: Program data path: /config/data
jellyfin | [23:23:54] [INF] [10] Main: Log directory path: /config/log
jellyfin | [23:23:54] [INF] [10] Main: Config directory path: /config
jellyfin | [23:23:54] [INF] [10] Main: Cache path: /config/cache
jellyfin | [23:23:54] [INF] [10] Main: Temp directory path: /tmp/jellyfin
jellyfin | [23:23:54] [INF] [10] Main: Web resources path: /usr/share/jellyfin/web
jellyfin | [23:23:54] [INF] [10] Main: Application directory: /usr/lib/jellyfin/bin/
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/cache` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:54] [INF] [10] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:54] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True
jellyfin | [23:23:54] [INF] [10] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
jellyfin | PRAGMA locking_mode=NORMAL;
jellyfin | PRAGMA journal_size_limit=134217728;
jellyfin | PRAGMA synchronous=1;
jellyfin | PRAGMA temp_store=2;
jellyfin |
jellyfin | [23:23:54] [INF] [10] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
jellyfin | [23:23:54] [INF] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now.
jellyfin | [23:23:55] [FTL] [10] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | [23:23:55] [FTL] [1] Main: Unhandled Exception
jellyfin | System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements
jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException()
jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options)
jellyfin | at Jellyfin.Server.Program.(String[] args)
jellyfin | [23:23:56] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on all interfaces
jellyfin | [23:23:56] [INF] [7] Main: Jellyfin version: 10.11.11
jellyfin | [23:23:56] [INF] [7] Main: Environment Variables: [“[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]”, “[JELLYFIN_CONFIG_DIR, /config]”, “[JELLYFIN_CACHE_DIR, /config/cache]”, “[JELLYFIN_LOG_DIR, /config/log]”, “[JELLYFIN_DATA_DIR, /config/data]”]
jellyfin | [23:23:56] [INF] [7] Main: Arguments: [“/usr/lib/jellyfin/bin/jellyfin.dll”, “–ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg”]
jellyfin | [23:23:56] [INF] [7] Main: Operating system: Ubuntu 24.04.4 LTS
jellyfin | [23:23:56] [INF] [7] Main: Architecture: X64
jellyfin | [23:23:56] [INF] [7] Main: 64-Bit Process: True
jellyfin | [23:23:56] [INF] [7] Main: User Interactive: True
jellyfin | [23:23:56] [INF] [7] Main: Processor count: 16
jellyfin | [23:23:56] [INF] [7] Main: Program data path: /config/data
jellyfin | [23:23:56] [INF] [7] Main: Log directory path: /config/log
jellyfin | [23:23:56] [INF] [7] Main: Config directory path: /config
jellyfin | [23:23:56] [INF] [7] Main: Cache path: /config/cache
jellyfin | [23:23:56] [INF] [7] Main: Temp directory path: /tmp/jellyfin
jellyfin | [23:23:56] [INF] [7] Main: Web resources path: /usr/share/jellyfin/web
jellyfin | [23:23:56] [INF] [7] Main: Application directory: /usr/lib/jellyfin/bin/
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/cache` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 440.9GiB free which is over the minimum of 2GiB.
jellyfin | [23:23:56] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /config/cache
jellyfin | [23:23:56] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True
jellyfin | [23:23:56] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
jellyfin | PRAGMA locking_mode=NORMAL;
jellyfin | PRAGMA journal_size_limit=134217728;
jellyfin | PRAGMA synchronous=1;
jellyfin | PRAGMA temp_store=2;
jellyfin |
jellyfin | [23:23:56] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
jellyfin | [23:23:56] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now.