[PR #14488] [MERGED] improve userdata migration #14007

Closed
opened 2026-02-07 07:22:48 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14488
Author: @JPVenson
Created: 7/17/2025
Status: Merged
Merged: 7/19/2025
Merged by: @crobibero

Base: masterHead: feature/AllowPragmaSqlite


📝 Commits (1)

  • c0fac54 improve userdata migration

📊 Changes

1 file changed (+17 additions, -1 deletions)

View changed files

📝 Jellyfin.Server/Migrations/Routines/MigrateLibraryUserData.cs (+17 -1)

📄 Description

improves user data migration

Removes existing UserData entries that might be present for 10.11 migrations and duplicate entries from the old db and also filteres duplicate entries for newly added user data entries


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/14488 **Author:** [@JPVenson](https://github.com/JPVenson) **Created:** 7/17/2025 **Status:** ✅ Merged **Merged:** 7/19/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `feature/AllowPragmaSqlite` --- ### 📝 Commits (1) - [`c0fac54`](https://github.com/jellyfin/jellyfin/commit/c0fac54e630b5eaa84d94b723d69ca658c2ba8a0) improve userdata migration ### 📊 Changes **1 file changed** (+17 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Migrations/Routines/MigrateLibraryUserData.cs` (+17 -1) </details> ### 📄 Description improves user data migration Removes existing UserData entries that might be present for 10.11 migrations and duplicate entries from the old db and also filteres duplicate entries for newly added user data entries --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:22:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#14007