Difference between revisions of "Sandbox"

From Servarr
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
===== Radarr =====
+
'''This is for creating pages and making edits as well as to view changes before you push anything to live. Also please CLEAN UP AFTER YOUR SELF'''
<section begin=radarr_system_status_health_system_warnings />
+
 
* <div id="update-to-net-core-version">'''[[#update-to-net-core-versio|Update to .NET Core version]]'''</div>
+
{{anchor|sct1}}
** 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.
+
## Section1
** Fixing Docker installs
+
 
*** Re-pull your container
+
{{vanchor|sct2}}
** Fixing Standalone installs
+
## Section 2
*** This should only happen on linux hosts. To remedy, download the correct build for your architecture:
+
 
**** [https://radarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=x64 x64]
+
## Section 3
**** [https://radarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=arm64 arm64]
+
{{shortcut|sct3}}
**** [https://radarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=arm arm]
 
*** <span style="color:#ff0000">'''Back-Up your existing configuration'''</span> before the next step.
 
*** '''Delete your existing binaries''' and replace with the contents of the <code>.tar.gz</code> you just downloaded.  
 
*** <span style="color:#ff0000">'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.<br> YOU MUST DELETE THE OLD ONES FIRST'''.</span>
 
**** Update your startup script to call <code>Radarr</code> instead of <code>mono --debug Radarr.exe</code>
 
*** If Radarr doesn’t start make sure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&pivots=os-linux here] installed.
 
* <div id="Mono_version_is_less_than_3_10_upgrade_for_improved_stability">'''[[#Mono_version_is_less_than_3_10_upgrade_for_improved_stability|Mono version is less than 3.10, upgrade for improved stability]]'''</div>
 
** Radarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.<br />
 
** Mono version 4.x and higher are also available and provides a better experience on certain platforms.
 
** See "Update to .NET Core version above"
 
* <div id="New_update_is_available">'''[[#New_update_is_available|New update is available]]'''</div>
 
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&gt; Updates page is probably a good starting point.
 
** ''(This warning will not appear if your current version is less than 14 days old)''
 
* <div id="Cannot_install_update_because_startup_folder_is_not_writable_by_the_user">'''[[#Cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''</div>
 
** This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.
 
* <div id="Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update">'''[[#Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update|Updating will not be possible to prevent deleting AppData on Update]]'''</div>
 
** Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be <code>C:\ProgramData</code> for Windows and, <code>~/.config</code> for linux.
 
** Please look at System -&gt; Info to see the current AppData &amp; Startup directories.
 
** This means Radarr will be unable to update itself without risking data-loss.
 
** If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the <code>~/.config/Radarr</code> directory to preserve your database.
 
* <div id="Branch_is_for_a_previous_version">'''[[#Branch_is_for_a_previous_version|Branch is for a previous version]]'''</div>
 
** The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.
 
** '''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within radarr’s settings), once we push a build to Github it will show up on “develop” release channel.
 
* <div id="Could_not_connect_to_signalR">'''[[#Could_not_connect_to_signalR|Could not connect to signalR]]'''</div>
 
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.
 
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for radarr:
 
*::<code>proxy_http_version 1.1;</code>
 
*::<code>proxy_set_header Upgrade $http_upgrade;</code>
 
*::<code>proxy_set_header Connection $http_connection;</code>
 
** Make sure you <span style="color:#ff0000">'''do not'''</span> include <code>proxy_set_header Connection "Upgrade";</code> as suggested by the nginx documentation. <span style="color:#ff0000">'''THIS WILL NOT WORK'''</span>
 
** See https://github.com/aspnet/AspNetCore/issues/17081
 
** For apache reverse proxy you need to add to the configuration:
 
*::<code>Include /etc/apache2/mods-available/proxy_wstunnel.load</code>
 
*::<code>ProxyPass "/socket" "ws://127.0.0.1:7878/socket"</code>
 
*::<code>ProxyPassReverse "/socket" "ws://127.0.0.1:7878/socket"</code>
 
<section end=radarr_system_status_health_system_warnings />
 

Latest revision as of 16:29, 18 January 2021

This is for creating pages and making edits as well as to view changes before you push anything to live. Also please CLEAN UP AFTER YOUR SELF

{{#if:sct1|{{#if:|{{#if:|{{#if:|{{#if:|{{#if:|{{#if:|{{#if:|{{#if:|{{#if:|{{#if:

   |Template:Anchor (or Anchors): too many anchors, maximum is ten}}}} }} }} }} }} }} }} }} }} }}
    1. Section1

Template:Vanchor

    1. Section 2
    1. Section 3

{{#switch:<translate></translate> | =

<translate> shortcut:</translate> {{#if: sct3 | {{#if: |
}} sct3 }}{{#if: |
[[|']] }}{{#if: |
[[|'
]] }}{{#if: |
[[|']] }}{{#if: |
[[|'
]] }}

| #default=

 {{#invoke:Template translation|renderTranslatedTemplate|template=Template:Shortcut|noshift=1}}

}}