mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15212] [MERGED] Skip invalid database migration #14252
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/15212
Author: @crobibero
Created: 10/26/2025
Status: ✅ Merged
Merged: 10/26/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:activity-log-migrate📝 Commits (2)
dab2990Skip migration if database is invalid5091d93Also skip migrating invalid users.db📊 Changes
2 files changed (+35 additions, -2 deletions)
View changed files
📝
Jellyfin.Server/Migrations/Routines/MigrateActivityLogDb.cs(+17 -1)📝
Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs(+18 -1)📄 Description
The migration creates the file and then attempts to read which doesn't work if the table doesn't exist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.