mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-15 12:11:29 +08:00
11 lines
530 B
Markdown
11 lines
530 B
Markdown
|
# Upgrade an existing installation
|
||
|
|
||
|
An existing headscale installation can be updated to a new version:
|
||
|
|
||
|
- Read the announcement on the [GitHub releases](https://github.com/juanfont/headscale/releases) page for the new
|
||
|
version. It lists the changes of the release along with possible breaking changes.
|
||
|
- **Create a backup of your database.**
|
||
|
- Update headscale to the new version, preferably by following the same installation method.
|
||
|
- Compare and update the [configuration](../ref/configuration.md) file.
|
||
|
- Restart headscale.
|