mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Improve migrations and add support for plugins #1349
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 @mark-monteiro on GitHub (Mar 8, 2020).
Emby.Server.Implementationsinstead ofJellyfin.ServerApplicationHostorILoggerinstances to theRun()method (#2900)@sevenrats commented on GitHub (Oct 4, 2023):
@mark-monteiro what is the status of this issue?
@mark-monteiro commented on GitHub (Oct 5, 2023):
@sevenrats Have not worked on any of the remaining tasks here and do not have time any more to work on this.
I created this issue when the migration framework was first implemented and had some ideas of how it could be improved. I'm not sure how much demand there actually is for migration support in plugins, I don't think it's something that has really come up. I would be okay if this was closed, I'll leave it up to the triage team.
@Bond-009 commented on GitHub (Oct 11, 2023):
This looks easy enough
@srcrist commented on GitHub (Oct 19, 2023):
@Bond-009 Were you interested in working on this? Should it be moved to "todo"?
@LezardSC commented on GitHub (Nov 28, 2025):
Hi, I'm searching for a not too hard issue to start working on the project. Is this issue still valid? If yes, I would love to give it a try.
@mark-monteiro commented on GitHub (Dec 9, 2025):
@LezardSC I haven't been involved in the project in a while so I'm not 100% sure, but as far as I know this still hasn't been implemented. It might be a good idea to also check in with the development chat room before starting, especially since it's your first issue in the project.
@AdrianEdelen commented on GitHub (Jan 9, 2026):
I think with the recent changes with EF Core and migration behavior and overall database overhaul this maybe isn't needed anymore? One of the features being actively developed is custom database access for plugins, which should allow plugins to have their own database. In my opinion this effectively covers this issues goal.
@mark-monteiro commented on GitHub (Jan 10, 2026):
This issue isn't related to the database, it's about a separate migration framework for running code-based migrations on the server