-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Software | Sonarr using master branch #3562
Comments
Okay I switched the branch for now, makes totally sense. Sonarr v3 implementation is a larger task, so better to have this merged for now: 7a4350f |
@MichaIng sonarr 3 is out from beta, they released it few days ago. |
means we would need to create a migration from v2 to v3 as they are moved to apt repository now |
Thanks for the hint, so this is another task for the next release. Not sure if we should force the migration or integrate it into |
Yes running |
The new package install automatically removes/replaces the old package (nzbdrone) right? Jep, the simple reinstall should be enough since Sonarr v2 is also installed via their APT repository, so with a changed repo+key+package name all previous files are cleanly replaced. ... ah, if I remember right, the database RAM link does not work anymore with Sonarr v3. So if that is active, we need to move it back to disk and disable it first. I'll run some tests about that think and see if we can fix it in the Arr_to_RAM script or need to disable it. In case, since AFAIK with Radarr v3 it was the same, only for Lidarr it's not worth to keep that script and we should then disable it on all systems and remove it cleanly. |
hmm I did a small test and for me whole config was gone after upgrading to V3. As well first time update failed
it was needed to rerun. 2nd time it was working well. However some package configuration is needed as you need to specify user/group yes it seems
And finally our service hardening is removed
|
Hi @MichaIng
not sure if there is a reason, but it might be good to install Sonarr from
master
branch and not fromdeveloper
.DietPi/dietpi/dietpi-software
Line 5396 in d29a5af
DietPi/dietpi/dietpi-software
Line 5404 in d29a5af
Basically users will be notified within Sonarr anyway about a new version available if they install from
developer
branch. I found this due to the discussion on the forum https://dietpi.com/phpbb/viewtopic.php?f=11&t=7598The text was updated successfully, but these errors were encountered: