Won't start after v2.0.0.5085 update. Database corruption

I saw another post about this, but for the life of me I can’t get nzbdrone to run. I’m running on Raspberry Pi and I’m wondering if there is any way to fix the database with sqlite on Linux? If so, can someone please give me the command? It would be much appreciated.

I got it from the last thread. I didn’t realize sqlite3 was already installed. I just ran:

sqlite3 nzbdrone.db “.dump” | sqlite3 new.db

I ran it against my last backup in /tmp and then copied the updated files to .config/NzbDrone. I replaced nzbdrone.db with new.db and everything seems to be working now.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.