Updated Health Checks (markdown)

master
ta264 4 years ago
parent 18491980b0
commit fcd58481a6

@ -11,9 +11,12 @@ Mono version 4.x and higher are also available and provides a better experience
#### Update to .NET Core version ####
Newer versions of Radarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.
This should only happen on linux hosts. To remedy, download the correct build for your architecture: [x64](https://radarr.servarr.com/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=x64) or [arm64](https://radarr.servarr.com/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=arm64) or [arm](https://radarr.servarr.com/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=arm).
This should only happen on linux hosts. To remedy, download the correct build for your architecture:
* [x64](https://radarr.servarr.com/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=x64)
* [arm64](https://radarr.servarr.com/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=arm64)
* [arm](https://radarr.servarr.com/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=arm)
Delete your existing binaries and replace with the contents of the `.tar.gz` you just downloaded. Update your startup script to call `Radarr` instead of `mono --debug Radarr.exe`
**Delete your existing binaries** and replace with the contents of the `.tar.gz` you just downloaded. **DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES, YOU MUST DELETE THE OLD ONES FIRST**. Update your startup script to call `Radarr` instead of `mono --debug Radarr.exe`
If Radarr doesn't start make sure you have the dependencies listed [here](https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&pivots=os-linux) installed.

Loading…
Cancel
Save