beszel
beszel copied to clipboard
[Bug]: upgrade step using scoop/winget in win11 will not change bezel agent version
Component
Agent
Description
It might just be my Windows machine, but I run into some strange behavior with my bezel agent. The upgrade steps explained in the guide do not upgrade it to a newer version, even tho no error is thrown. Previously, it was stuck at v0.11.
I did fix the issue by:
- Stopping service in PowerShell: nssm stop beszel-agent
- Downloading a newer version of the .exe file from GH and manually moving it to the current folder.
- Start service again in PowerShell (not restart): nssm start beszel-agent
Expected Behavior
The upgrade steps explained in the guide should upgrade the Beszel agent to a newer version.
Steps to Reproduce
- Install the v0.11 version agent
- follow upgrade steps using winget installation
- see hub
Category
Installation
Affected Metrics
Sensors
OS / Architecture
windows
Beszel version
0.11
Installation method
Binary
Configuration
Hub Logs
Agent Logs
Look like it's because winget package is not getting updated? I checked winget and it's still stuck on version 0.12.4. I thought my task scheduler powershell script is not working at first but it's working fine apparently, it's just that there's no new package to pull.