From 513544cc11cb5abee0e7c20c193befb7ad97b2e1 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Thu, 19 Feb 2026 16:10:23 +0100 Subject: [PATCH] Simplify upgrade snippet with a link to the upgrade guide Remove some duplicated text. --- .goreleaser.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index a3622995..babdd0cc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,29 +13,6 @@ release: Please follow the steps outlined in the [upgrade guide](https://headscale.net/stable/setup/upgrade/) to update your existing Headscale installation. - **It's best to update from one stable version to the next** (e.g., 0.24.0 → 0.25.1 → 0.26.1) in case you are multiple releases behind. You should always pick the latest available patch release. - - Be sure to check the changelog above for version-specific upgrade instructions and breaking changes. - - ### Backup Your Database - - **Always backup your database before upgrading.** Here's how to backup a SQLite database: - - ```bash - # Stop headscale - systemctl stop headscale - - # Backup sqlite database - cp /var/lib/headscale/db.sqlite /var/lib/headscale/db.sqlite.backup - - # Backup sqlite WAL/SHM files (if they exist) - cp /var/lib/headscale/db.sqlite-wal /var/lib/headscale/db.sqlite-wal.backup - cp /var/lib/headscale/db.sqlite-shm /var/lib/headscale/db.sqlite-shm.backup - - # Start headscale (migration will run automatically) - systemctl start headscale - ``` - builds: - id: headscale main: ./cmd/headscale