mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
Add declarative backups for migrations (#14135)
This commit is contained in:
@@ -29,6 +29,7 @@ namespace Jellyfin.Server.Migrations.Routines;
|
||||
/// The migration routine for migrating the userdata database to EF Core.
|
||||
/// </summary>
|
||||
[JellyfinMigration("2025-04-20T20:00:00", nameof(MigrateLibraryDb))]
|
||||
[JellyfinMigrationBackup(JellyfinDb = true, LegacyLibraryDb = true)]
|
||||
internal class MigrateLibraryDb : IDatabaseMigrationRoutine
|
||||
{
|
||||
private const string DbFilename = "library.db";
|
||||
|
||||
Reference in New Issue
Block a user