beszel icon indicating copy to clipboard operation
beszel copied to clipboard

[Bug]: upgrade step using scoop/winget in win11 will not change bezel agent version

Open ndaruwibowo opened this issue 4 months ago • 1 comments

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:

  1. Stopping service in PowerShell: nssm stop beszel-agent
  2. Downloading a newer version of the .exe file from GH and manually moving it to the current folder.
  3. 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

  1. Install the v0.11 version agent
  2. follow upgrade steps using winget installation
  3. see hub

Category

Installation

Affected Metrics

Sensors

OS / Architecture

windows

Beszel version

0.11

Installation method

Binary

Configuration


Hub Logs


Agent Logs


ndaruwibowo avatar Aug 28 '25 22:08 ndaruwibowo

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.

winstonstwn avatar Aug 31 '25 04:08 winstonstwn