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

Commit

Permalink
docs(self-hosted): avoid version confusion by specifying that we assu…
Browse files Browse the repository at this point in the history
…me the version (#1256)
  • Loading branch information
aldy505 committed Apr 29, 2024
1 parent 0c10943 commit 2401d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/self-hosted/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Our recommendation is to download the [latest release of the self-hosted reposi
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/).

```bash
# Assuming current latest version is 24.1.0
# Current actual version can be acquired from the Releases page on GitHub
VERSION="24.1.0"
git clone https://github.com/getsentry/self-hosted.git
cd self-hosted
Expand Down
1 change: 1 addition & 0 deletions src/docs/self-hosted/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Before starting the upgrade, we shut down all the services and then run some dat
If you downloaded self-hosted repository using Git clone, the upgrade commands should look like this:

```bash
# Assuming your destination upgrade version is 24.3.0
VERSION="24.3.0"
git fetch
git checkout ${VERSION}
Expand Down

0 comments on commit 2401d40

Please sign in to comment.