-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Error on Sonarr v3 to v4 #7321
Comments
I have also uninstalled sonarr and reinstalled it again |
Thanks for reporting. The installer sets: install_dir='/opt/sonarr'
...
chown -R sonarr:dietpi /mnt/dietpi_userdata/sonarr "$install_dir" Do you see the last command with correct I'll also try to replicate it. |
I found it. We missed to update the path within the systemd unit. Fixed with: c7a3411 To fix it for you now: sudo sed -i 's|/usr/lib/sonarr|/opt/sonarr|' /etc/systemd/system/sonarr.service
sudo systemctl daemon-reload
sudo systemctl restart sonarr I'll ship a live path to fix it within |
Thats great, i tried the fix but it didnt work. I had to apply the live patch and reintall Sonarr. But it is now all working and updates great. |
Thanks for testing it ASAP. No idea why the commands did not work for you, but more importantly the live patch did. |
i have updated to version 9.9.0 of DietPi and migration Sonarr from v3 to v4
When using the internal updater for Sonarr, i get the following error
Cannot install update because startup folder '/opt/sonarr' is not writable by the user 'sonarr'.
I have checked permissions on the folder and all child files and folders, and all have the correct permissions
any ideas?
The text was updated successfully, but these errors were encountered: