I just manually switched to the new repo and it fixed a postproccesing error with a long html code in the sab log that i've been having.
Here is what I did.
1. Just stop sick rage:
Code:
service sickrage stop
2. backup these 3 files in /var/db/sickrage (failed.db, config.ini, sickbeard.db)
3. Also delete the cache.db in the same folder. It will just gen up a new one.
4.Move to a tmp folder and download the zip from the github.
Code:
cd /tmp
git clone git://github.com/SickRage/SickRage.git
5. Delete the old SickRage folder.
Code:
rm -R /usr/pbi/sickrage-amd64/share/sickrage/SickRage
6. Copy the newly downloaded SickRage folder from the tmp folder to the one you just deleted.
Code:
cp -R /tmp/SickRage /usr/pbi/sickrage-amd64/share/sickrage/
7. Fire up sickrage and access it via the gui. Make sure it works and then shut it down again.
8. Copy those 3 files (failed.db, config.ini, sickbeard.db) back to the /var/db/sickrage folder.
9. start sickrage again and make sure everything is working.
I just did this and it's working for me. I tried doing an update, but it says im up-to-date.