-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Latest update 4.3.2.6857 broken #7969
Description
Is there an existing issue for this?
- I have searched the existing open and closed issues
Current Behavior
I was on version 4.2.4.6635 (25/09/2022) and I have used the auto updater within Radarr to install the latest release and it somehow broke my installation.
I am on Ubuntu 22.04 (NON DOCKER) and a long time user. I have always used the internal auto updater and never had that kind of issue previously.
After I launched the upgrade I lost the connection to Radarr
This is what the status said :

I could not find any helpful log to figure it out
Tried to restart the service and no luck.
So I just reinstalled everything from scratch manually using
wget --content-disposition 'http://radarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=x64'
And everything is backup and running on the latest version. So my problem is fixed but I still report this bug here just in case .
Prior to reinstall manually, I have backup the old broken install folder so I can dig into it if you want to debug
Expected Behavior
Uprading with no issue?
Steps To Reproduce
No response
Environment
- OS: Ubuntu 22.04
- Radarr: 4.2.4.6635
- Docker Install: none
- Using Reverse Proxy: none
- Browser: Firefox
- Database: Sqlite3What branch are you running?
Master
Trace Logs?
seedbox@dmzseedbox:/media/seedbox/.config/Radarr/logs$ tail radarr.txt
2023-01-06 22:40:16.9|Info|InstallUpdateService|Verifying update package
2023-01-06 22:40:17.1|Info|InstallUpdateService|Update package verified successfully
2023-01-06 22:40:17.1|Info|InstallUpdateService|Extracting Update package
2023-01-06 22:40:20.0|Info|InstallUpdateService|Update package extracted successfully
2023-01-06 22:40:20.0|Info|BackupService|Starting Backup
2023-01-06 22:40:31.2|Info|InstallUpdateService|Preparing client
2023-01-06 22:40:32.0|Info|InstallUpdateService|Starting update client /tmp/radarr_update/Radarr.Update
2023-01-06 22:40:32.0|Info|InstallUpdateService|Radarr will restart shortly.
2023-01-06 22:40:36.7|Info|InstallUpdateService|Deleting old update files
2023-01-06 22:40:36.7|Info|InstallUpdateService|Downloading update 4.3.2.6857
seedbox@dmzseedbox:/media/seedbox/.config/Radarr/logs$