Updated Health Checks (markdown)

master
ta264 4 years ago
parent bfc9591c8d
commit 0c85de0543

@ -11,7 +11,7 @@ Mono version 4.x and higher are also available and provides a better experience
#### Update to .NET Core version ####
Newer versions of Lidarr 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://services.lidarr.audio/v1/update/nightly/updatefile?os=linux&runtime=netcore&arch=x64) or [arm64](https://services.lidarr.audio/v1/update/aphrodite/updatefile?os=linux&runtime=netcore&arch=arm64) or [arm](https://services.lidarr.audio/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://services.lidarr.audio/v1/update/nightly/updatefile?os=linux&runtime=netcore&arch=x64) or [arm64](https://services.lidarr.audio/v1/update/nightly/updatefile?os=linux&runtime=netcore&arch=arm64) or [arm](https://services.lidarr.audio/v1/update/nightly/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 `Lidarr` instead of `mono --debug Lidarr.exe`

Loading…
Cancel
Save