Table of Contents

See the below entries for how to switch from unsupported, end-of-life mono versions to dotnet.

Fixing Standalone installs

Errors such as:

DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.
YOU MUST DELETE THE OLD ONES FIRST.

Currently installed mono version is old and unsupported

Mono is no longer supported starting in Radarr version 4.0

Note that Radarr uses libSQLite3.so which may or may not be contained in a SQLite3 upgrade package.

This warning will not appear if your current version is less than 14 days old

Make sure you do not include proxy_set_header Connection "Upgrade"; as suggested by the nginx documentation. THIS WILL NOT WORK
See https://github.com/aspnet/AspNetCore/issues/17081

For Apache2 reverse proxy, you need to enable the following modules: proxy, proxy_http, and proxy_wstunnel. Then, add this websocket tunnel directive to your vhost configuration:

If you have a reverse proxy under a subdirectory, the RewriteRule should include your basepath e.g.

If Radarr is not running on the same machine as your reverse proxy. Replace 127.0.0.1 with the appropriate IP address/DNS name of your Radarr app.

For Caddy (V1) use this:
Note: you will also need to add the websocket directive to your radarr configuration

Mono and x86 builds are ending

Enable Completed Download Handling

Your download folder where your download client places the downloads and your root/library folder MUST be separate. *Arr will import the file(s) from your download client's folder into your library. The download client should not move anything or download anything to your library.

Remote Path is Used and Import Failed

Completed/Failed Download Handling

Completed Download Handling is disabled

  1. Go to the Movies (Library) Tab
  2. Table View & Enable the Path column then sort by path
  1. Create a custom filter with the old root folder path
  2. Select mass edit on the top bar and from the Root Paths drop down select the new root path that you want these movie to be moved to.
  3. Next you will receive a pop-up that states "Would you like to move the Movie folders to 'root path'?" This will also state This will also rename the Movie folder per the Movie folder format in settings. Simply select No if the you do not want Radarr to move your files
  4. Run the Check Health Task in System => Tasks
  1. Create a custom filter in Collections with the old root folder path
  2. Select the collections and from the Root Paths drop down select the new root path that you want these collections' future movies to be assigned to.
  3. Run the Check Health Task in System => Tasks

A mount containing a movie path is read only and is not writable by the user Radarr is running as.

Note: If on Docker this will not update your container as a new image will need to be downloaded.

All these tasks can be ran manually outside their scheduled times by hitting the icon to the far right of each of the tasks.

If you're looking for how to back/restore your Radarr instance click here.

A Maintenance Release contains bug fixes and other various improvements. Take a look at the commit history for specifics.

Events are the equivalent of INFO Logs.

If you're on docker this will be empty as you should be updating by downloading a new docker image