From 98ba00a31e1efc16b080fff42e69dd1056764f6d Mon Sep 17 00:00:00 2001 From: SaltySolomon Date: Sun, 4 Oct 2020 15:28:00 +0200 Subject: [PATCH] Added Information about back-up before migrating to .NET Core. --- Health-Checks.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Health-Checks.md b/Health-Checks.md index 207acd6..956368e 100644 --- a/Health-Checks.md +++ b/Health-Checks.md @@ -16,8 +16,13 @@ This should only happen on linux hosts. To remedy, download the correct build f * [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) +**Back-Up your existing configuration** before the next step. + **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` +**Restore the configuration from the Back-Up** either via the webinterface or by copying the Back-Up files to the install directory. + + 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. #### New update is available ####