Page 1 of 1

History not showing, have unchecked settings in Sonarr

Posted: December 2nd, 2022, 11:50 pm
by drrevenge
Hi Everyone,

Just moved over to SABnzdb after finding out that NZBGet is stopping development.

Have setup SAB ok and everything is downloading and post processing fine, but for some reason the history is not coming up.

I run both sonarr and sab through docker containers via unraid. I have gone through and unchecked the remove completed and remove failed options from within sonarr. I have restarted both containers, but the issue still remains.

Interestingly, if I check the history1.db file, the files do show in there. I have tried checking the debug of the log file, but I don't see the deletes mentioned.

Anyone have any other suggestions?

Re: History not showing, have unchecked settings in Sonarr

Posted: December 3rd, 2022, 3:12 am
by sander
Check /config/switches/#history_retention_select ... so config -> switches -> history_retention_select . Default & good is "Keep all jobs"

(looks like viewtopic.php?p=128529#p128529 but I think you read that already?)

Re: History not showing, have unchecked settings in Sonarr

Posted: December 3rd, 2022, 6:49 pm
by drrevenge
Hi Sander,

I checked that, and I have 'Keep all jobs' selected.

Yes, I thought mine was like that because it's pretty much an exact match for what I have, but as I mentioned, I have unchecked the boxes in sonarr and my history is still being cleared.

Re: History not showing, have unchecked settings in Sonarr

Posted: December 4th, 2022, 3:38 am
by safihre
Enable Debug logging in the Status window and then after it happens again click Show Logging in the Status window.
Then it will show who's deleting the history after a job finishes. Maybe you see an api calll with "delete".

Re: History not showing, have unchecked settings in Sonarr

Posted: December 6th, 2022, 8:41 pm
by drrevenge
I checked the debug log, and I can't see any delete from the API that would be clearing this.

The only 'delete' I see is in relation to the post process of the completed downloads.

I can't past the whole log using the

Code: Select all

 
as the forum thinks I am posting links. I even had to edit the below line to get it to post here...

However, this is the only 'delete' I see:

Code: Select all

 nzbstuff 1832  Purging data for job *my file* (delete_all_data=True)

The nzbstuff:1832 process is possibly the one in question, but this appears to be a sabnzdb process, not a *arr process.