Sonarr version (exact version): 4.0.19.2979
Mono version (if Sonarr is not running on Windows): NA
OS: WIN 11
Debug logs:
xxx Not needed anymore xxx
Description of issue:
After I run v4, Sonarr was upgraded from v2 to v4. I now have several problems:
- Downloaded files are not moved to the series folder
- If I check download history, I get an error “Unable to load episode history”
- If I try to view the series episodes, I get an error “Unable to load episode files”.
I have a backup file of the old database nzbdrone.db if needed… ?
Never mind. I found solution online; Get an SQL editor and then run the command
UPDATE EpisodeFiles SET Languages = ‘[1]’;
on the sonarr.db
Not sure why my db was corrupted after upgrading?