Upgrade notes for *Arrs
This page describes the configuration changes to make to the *Arr apps after upgrading Olares to V1.12.6.
Update *Arr app connections
Starting with Olares V1.12.6, the *Arr apps communicate with each other through internal entrance URLs instead of provider URLs. This change simplifies the networking model and makes the media stack more consistent.
After upgrading to V1.12.6, your existing connections might stop working until you update them to use the internal entrance URLs.
- In Olares, update each *Arr app to the latest version available for V1.12.6.
- Open Settings, and then go to Applications > [Arr-App-Name] > Entrances.
- Make sure the Authentication level is set to Internal.
- Copy the Endpoint URL. This is the internal entrance URL.
- Use this URL when updating the connection settings in the following sections.
TIP
The following sections use Sonarr, Prowlarr, and qBittorrent as examples. If you use other *Arr apps (such as Radarr, Lidarr, Readarr, or Bazarr) or other download clients (such as NZBGet, Transmission, or Deluge), follow the same steps to update their connection settings.
Update the server URLs for Prowlarr-Sonarr sync
- In Prowlarr, go to Settings > Apps, and then select Sonarr.
- Change both Prowlarr Server and Sonarr Server from
http://tohttps://. For example:- Prowlarr Server:
https://e5e5b409.alexmiles.olares.com - Sonarr Server:
https://9691c178.alexmiles.olares.com
- Prowlarr Server:
- Click Test. A green checkmark indicates the connection is successful.
- Click Save.
Update the download client connection in Sonarr
- In Sonarr, go to Settings > Download Clients, and then select qBittorrent.
- Specify the connection details as follows:
- Host: Enter the internal entrance URL of qBittorrent.
- Port: Enter
443. - Use SSL: Enable this option.
- Click Test, and then click Save.
Update paths for the unified mount structure
Olares V1.12.6 uses a unified directory mount structure. Update the paths used by your *Arr apps and download clients so they all see the same locations.
Update Sonarr root folders
It is strongly recommended to update your root folders to the new mount paths.
- In Sonarr, go to Settings > Media Management > Root Folders.
- Replace the old root folder path with the new one. For example:
- Old:
/home/Movies - New:
/olares/userdata/home/Movies/
- Old:
- For each existing series, open the series editor and update the Path to the new root folder. When prompted whether to move files, choose No.
Remove remote path mappings
If you previously configured Remote Path Mappings between *Arr apps and download clients, you can remove them. The new unified mount structure means the same paths are visible to both *Arr apps and download clients.
(Optional) Update download clients
If you use qBittorrent, NZBGet, Transmission, or Deluge with your *Arr apps, you may also need to update their default download paths after upgrading to Olares V1.12.6. The new unified directory mount structure means the same paths are visible to both *Arr apps and download clients.
See Upgrade notes for download clients for the detailed steps.