2024-06-20, 07:53 PM
Hello, I ran into a very similar issue as this one : https://forum.jellyfin.org/t-failed-to-s...dia-server
Same thing - disk full, empty config/migrations.xml file, I deleted it manually and now this error :
The only difference is I am running docker.
I feel dumb because I was not automating backups at this moment, my last backup is 3 months old and there has been quite some changes since then...
I also have a 3 months old backup of this file migrations.xml then, should I try to restore it ?
Or maybe try to restore an ActivityLog table with empty fileds ?
Thanks a lot for any help !
Same thing - disk full, empty config/migrations.xml file, I deleted it manually and now this error :
Code:
jellyfin | [19:34:21] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Applying migration 'MigrateActivityLogDatabase'
jellyfin | [19:34:21] [WRN] [1] Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb: Migrating the activity database may take a while, do not stop Jellyfin.
jellyfin | [19:34:21] [ERR] [1] Jellyfin.Server.Migrations.MigrationRunner: Could not apply migration 'MigrateActivityLogDatabase'
jellyfin | Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
The only difference is I am running docker.
I feel dumb because I was not automating backups at this moment, my last backup is 3 months old and there has been quite some changes since then...
I also have a 3 months old backup of this file migrations.xml then, should I try to restore it ?
Or maybe try to restore an ActivityLog table with empty fileds ?
Thanks a lot for any help !