odd issue with download history

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
jouster
Newbie
Newbie
Posts: 10
Joined: March 2nd, 2011, 6:43 am

odd issue with download history

Post by jouster »

Up until a few weeks ago, all of my history was viewable and I never archived any of that information...then one day I noticed that info was missing, but discovered clicking the archive button brought it all back.

Reading through a couple of posts here, I discovered that this might be a new setting or one that wasn't impacting me before but since it's started working...every single download shows until the next download completes and then the prior one gets archived.

I've checked my settings in 'switches' and mine is currently set to

History Retention Keep All Jobs

So I expect nothing to be archived unless there is another setting somewhere I have missed

Is this a bug? I'm running 4.3.3 [f24b3ce] in a Synology Docker in case that has any impact

Thanks in advance
User avatar
safihre
Administrator
Administrator
Posts: 5521
Joined: April 30th, 2015, 7:35 am
Contact:

Re: odd issue with download history

Post by safihre »

Do you use Sonarr/Radarr/etc? They do this.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
jouster
Newbie
Newbie
Posts: 10
Joined: March 2nd, 2011, 6:43 am

Re: odd issue with download history

Post by jouster »

i do use Sonarr/Radarr but have used them for a while with no changes
User avatar
safihre
Administrator
Administrator
Posts: 5521
Joined: April 30th, 2015, 7:35 am
Contact:

Re: odd issue with download history

Post by safihre »

I think they changed the default behaviour.
You have to change the settings in their Download Client settings to disable remove completed downloads from history.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
jouster
Newbie
Newbie
Posts: 10
Joined: March 2nd, 2011, 6:43 am

Re: odd issue with download history

Post by jouster »

you superstar...thank you....this has been bugging me for a bit now so will try and revert...out of interest is there any way to revert the changes and remove from the archive, or is that change of status final...no biggie but thought I would check
User avatar
safihre
Administrator
Administrator
Posts: 5521
Joined: April 30th, 2015, 7:35 am
Contact:

Re: odd issue with download history

Post by safihre »

You could open history.db in your SABnzbd config folder using a sqlite browser.
Then use the query:
UPDATE history SET archive = 0 WHERE 1=1
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
jouster
Newbie
Newbie
Posts: 10
Joined: March 2nd, 2011, 6:43 am

Re: odd issue with download history

Post by jouster »

thanks ill give that a try
Post Reply