Hi, after link database of Radarr to RAM I make connection in Radarr webUI and in Test I have error:
`Must not be a descendant of '/boot'`.
How to fix that?
Guide: viewtopic.php?f=8&t=5828
Regards,
Przemko
Dietpi-Arr to RAM error
Re: Dietpi-Arr to RAM error
Hi,
looks like Radarr V3 changed stuff and did not except scripts located at /boot
@MichaIng Maybe something to look into. As well I don't see an option to set arguments like 2 radarr anymore.
looks like Radarr V3 changed stuff and did not except scripts located at /boot
@MichaIng Maybe something to look into. As well I don't see an option to set arguments like 2 radarr anymore.
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Dietpi-Arr to RAM error
Ohh, that is bad. Why not leaving that decision to the administrator
. This was a backport from Sonarr, I guess Sonarr V3 which hence will be affected as well: https://github.com/Radarr/Radarr/blame/ ... #L141-L147
Ugly workaround:
Then adding that script instead.

Ugly workaround:
Code: Select all
echo -e '#!/bin/dash\nexec /boot/dietpi/misc/dietpi-arr_to_RAM 2 radarr' > /var/lib/dietpi/dietpi-software/radarr_backup_database.sh
chmod +x /var/lib/dietpi/dietpi-software/radarr_backup_database.sh
Re: Dietpi-Arr to RAM error
Also, the radarr DB is now called `radarr.db` not `nzbdrone.db` so will not create a `/tmp` link
Code: Select all
dietpi-arr_to_RAM 1 radarr
Re: Dietpi-Arr to RAM error
Yeah since Radarr V3 thinks are brocken as quite a lot of thinks changed on Radarr side 

Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Dietpi-Arr to RAM error
I'll implement Sonarr v3 migration + Radarr v3 supported as good as possible with the next DietPi release. If it stays that way that arguments are not possible anymore for those event hooks, we'll pre-create a backup update script within the Sonarr/Radarr data directory to invoke.