Require to update from one version to the next

This commit is contained in:
Florian Preinstorfer
2026-02-19 16:12:42 +01:00
committed by nblock
parent 513544cc11
commit 4bb0241257
2 changed files with 5 additions and 5 deletions

View File

@@ -50,8 +50,8 @@ we have a "docker-issues" channel where you can ask for Docker-specific help to
## What is the recommended update path? Can I skip multiple versions while updating?
Please follow the steps outlined in the [upgrade guide](../setup/upgrade.md) to update your existing Headscale
installation. Its best to update from one stable version to the next (e.g. 0.26.0 → 0.27.1 → 0.28.0) in case
you are multiple releases behind. You should always pick the latest available patch release.
installation. Its required to update from one stable version to the next (e.g. 0.26.0 → 0.27.1 → 0.28.0)
without skipping minor versions in between. You should always pick the latest available patch release.
Be sure to check the [changelog](https://github.com/juanfont/headscale/blob/main/CHANGELOG.md) for version specific
upgrade instructions and breaking changes.

View File

@@ -1,9 +1,9 @@
# Upgrade an existing installation
!!! tip "Recommended update path"
!!! tip "Required update path"
Its best to update from one stable version to the next (e.g. 0.26.0 0.27.1 0.28.0) in case you are multiple
releases behind. You should always pick the latest available patch release.
Its required to update from one stable version to the next (e.g. 0.26.0 → 0.27.1 → 0.28.0) without
skipping minor versions in between. You should always pick the latest available patch release.
Update an existing Headscale installation to a new version: