Auto-Updates
As of 2.38.01, non-Docker Tdarr Servers and Nodes have an automatic self-updater which is separate from Tdarr_Updater. You can enable automatic updates on the Options
tab.
As Docker images/containers are designed to be immutable (fixed), this option does not apply to Docker Nodes. For Nodes running in Docker, you can use container managers such as Portainer, Watchtower or Ouroboros to auto-update all your containers.
If running multiple Nodes on the same machine, make sure they have been created in a different directory, else 2 Nodes trying to auto-update at the same time may cause file conflicts. For example:
C:/Users/Bob/Documents/Tdarr1/Tdarr_Node/Tdarr_Node.exe
C:/Users/Bob/Documents/Tdarr2/Tdarr_Node/Tdarr_Node.exe
The self-updater may take some time to complete and any errors will be shown in the corresponding log for that module, i.e. ./logs/Tdarr_Server_Log.txt
for Tdarr Server and ./logs/Tdarr_Node_Log.txt
for Tdarr_Node