mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 11:20:59 +03:00
10.11.0 Migration failed: empty string not a valid DateTime #7580
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seyfu-t on GitHub (Oct 26, 2025).
Description of the bug
When trying to upgrade from 10.10.7 to 10.11.0 I encountered this fatal migration error:
Reproduction steps
Attempt upgrading from 10.10.7 to 10.11.0
What is the current bug behavior?
Migration fails
What is the expected correct behavior?
Migration succeeds: empty Strings could be pre converted to NULL or just be treated as NULL
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.11.0
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
I was able to successfully complete the migration by running this before the migration on library.db:
Or via the CLI:
@theguymadmax commented on GitHub (Dec 2, 2025):
This should be fixed by: #15220