mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Agent configuration reference: Clarify downgrading (#42398)
Context: https://fleetdm.slack.com/archives/C06GSN6HR6D/p1774451265061229
This commit is contained in:
parent
c6538bd434
commit
b06f673730
1 changed files with 2 additions and 0 deletions
|
|
@ -201,6 +201,8 @@ _Available in Fleet Premium_
|
|||
|
||||
Users can configure fleetd component TUF [auto-update channels](https://fleetdm.com/docs/using-fleet/enroll-hosts#specifying-update-channels) from Fleet's agent options. The components that can be configured are `orbit`, `osqueryd` and `desktop` (Fleet Desktop). When one of these components is omitted in `update_channels` then `stable` is assumed as the value for such component.
|
||||
|
||||
New agents default to the latest versions unless specific versions are set in the `fleetctl package` command. If `update_channels` specifies versions, agents will use those instead, even if it means downgrading (e.g., generating at 1.53.1 but enrolling with `update_channels.orbit` set to 1.50.0).
|
||||
|
||||
> Because Fleet moved the update server from tuf.fleetctl.com to updates.fleetdm.com, Orbit versions below 1.38.1 can’t upgrade directly to newer versions. You’ll see this error in Orbit logs: `update failed error="lookup failed: lookup orbit: tuf: file not found`. To upgrade from a version below 1.38.1 (e.g., 1.29.1) to a newer version (e.g., 1.50.2), first upgrade to 1.38.1, wait for agents to update, then upgrade to the newer version.
|
||||
|
||||
#### Examples
|
||||
|
|
|
|||
Loading…
Reference in a new issue