aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations/Routines
AgeCommit message (Collapse)Author
2025-11-20Use async migrationNiels van Velzen
2025-11-18Disable legacy authorization methods by defaultNiels van Velzen
2025-11-17Backport pull request #15446 from jellyfin/release-10.11.ztheguymadmax
Fix AncestorIds not migrating Original-merge: 177b6464ca1b6772a191dbf9c5595708f91fc0fa Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-11-02Backport pull request #15322 from jellyfin/release-10.11.zcrobibero
Fix legacy migration file checks Original-merge: da254ee968deca4d47f0f5d1164c5e883745ac60 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2025-10-27Backport pull request #15220 from jellyfin/release-10.11.zJJBlue
Skip extracted files in migration if bad timestamp or no access Original-merge: a305204cfa43a97f255f0dea412f93d02de939c3 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-27Backport pull request #15212 from jellyfin/release-10.11.zcrobibero
Skip invalid database migration Original-merge: 2966d27c97542fae111b54526326b8a93fcf7ca6 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-27Backport pull request #15112 from jellyfin/release-10.11.zShadowghost
Skip extracted files in migration if bad timestamp or no access Original-merge: 7a1c1cd3421a39c09b969a581955fda4f3f81ec5 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-27Backport pull request #15032 from jellyfin/release-10.11.zShadowghost
Skip invalid keyframe cache data Original-merge: f4a53209f4a3dde62acb7027d9b48eaa08d9ef8c Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-10-09Add migration attributeJPVenson
2025-10-09Add migration to remove artist and album artists from databaseJPVenson
2025-09-28Add explicit reference check to migrationJPVenson
2025-09-25fixes #14859 Add Check for ItemValues (#14860)JPVenson
2025-09-24Include ListOrder on Import (#14854)JPVenson
2025-09-24Add People Dedup and multiple progress fixes (#14848)JPVenson
2025-09-19Make migration handle parent cleanup (#14817)JPVenson
* Make migration handle parent cleanup * Remove speed improvement * Update MigrateLibraryDb.cs
2025-09-17#14751 Only migrate providerids that match assumption (#14810)JPVenson
2025-09-16Fix sync disposal of async-created IAsyncDisposable objects (#14755)evan314159
2025-09-12Various cleanups (#14785)Bond-009
2025-07-30Add loggingJPVenson
2025-07-30use guid insteadJPVenson
2025-07-30Add full migration for IsFolder flagJPVenson
2025-07-30Also migrate IsFolderJPVenson
2025-07-19improve userdata migration (#14488)JPVenson
2025-06-26Fix modification checks and make sure to use UTC (#14347)Tim Eisele
2025-06-23Add migration to migrate disconnected UserData too (#14339)JPVenson
2025-06-19FixupShadowghost
2025-06-18Cleanup logging and user data import skip on missing userShadowghost
2025-06-08Rework startup topic handling and reenable output to logging framework (#14243)JPVenson
2025-06-05Feature/version check in library migration (#14105)JPVenson
2025-06-03Add declarative backups for migrations (#14135)JPVenson
2025-06-03Add partition helper (#14039)JPVenson
2025-05-05Only consider migrations that have key set for migration.xml migration (#14061)JPVenson
2025-05-04Recognize file changes and remove data on change (#13839)Tim Eisele
2025-04-27Unified migration handling (#13950)JPVenson
2025-04-26Optimize migrations (#13855)Tim Eisele
2025-04-07Fix the migration as the new constraint now uses Value as unique key (#13867)JPVenson
2025-04-03Cleanup extracted files (#13760)Tim Eisele
* Cleanup extracted files * Pagination and fixes * Add migration for attachments to MigrateLibraryDb * Unify attachment handling * Don't extract again if files were already extracted * Fix MKS attachment extraction * Always run full extraction on mks * Don't try to extract mjpeg streams as attachments * Fallback to check if attachments were extracted to cache folder * Fixup
2025-04-03Only remove keyframe cache dir if it exists (#13834)Tim Eisele
2025-04-02Import Keyframes into database (#13771)Tim Eisele
* Migrate keyframe data into database * Clear database table before import to handle failed migrations
2025-03-30Rework parental ratings (#12615)Tim Eisele
2025-03-30Fix MoveTrickplayFiles migration (#13807)Tim Eisele
2025-03-30Library.db migration impovements (#13809)JPVenson
* Fixes cleanup of wrong table in migration * use dedicated context for each step * Use prepared Context * Fix measurement of UserData migration time * Update logging and combine cleanup to its own stage * fix people map not logging migrate only readonly database * Add id blacklisting in migration to avoid duplicated log entires
2025-03-29Fixes cleanup of wrong table in migration (#13796)JPVenson
2025-03-27Include UnratedType in LibraryDb migration query (#13783)theguymadmax
2025-03-27Add override for migration if old library still exists (#13779)JPVenson
2025-03-26Feature/backup on migration (#13754)JPVenson
* Added generalised backup for migrations * Added backup strategy to MigrateLibraryDb * Added missing namespace * Fix merge issues * Fixed style issue * change fast backup key to timestamp * Update src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/SqliteDatabaseProvider.cs * Update Fields * applied review comments
2025-03-25Merge pull request #13589 from JPVenson/feature/DatabaseRefactorCody Robibero
[Feature] Database code refactor
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2025-03-25Merge branch 'master' into feature/DatabaseRefactorJPVenson