Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 2401d40

Browse files
authored
docs(self-hosted): avoid version confusion by specifying that we assume the version (#1256)
1 parent 0c10943 commit 2401d40

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/docs/self-hosted/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Our recommendation is to download the [latest release of the self-hosted reposi
1313
To have easy maintainability for future upgrades, it is recommended to use Git workflow by cloning the self-hosted repository and check out to a specific CalVer tag. More about this on [Releases & Upgrading](/self-hosted/releases/).
1414

1515
```bash
16+
# Assuming current latest version is 24.1.0
17+
# Current actual version can be acquired from the Releases page on GitHub
1618
VERSION="24.1.0"
1719
git clone https://github.com/getsentry/self-hosted.git
1820
cd self-hosted

src/docs/self-hosted/releases.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Before starting the upgrade, we shut down all the services and then run some dat
3535
If you downloaded self-hosted repository using Git clone, the upgrade commands should look like this:
3636

3737
```bash
38+
# Assuming your destination upgrade version is 24.3.0
3839
VERSION="24.3.0"
3940
git fetch
4041
git checkout ${VERSION}

0 commit comments

Comments
 (0)