Skip to content

Commit 1867a86

Browse files
adjust self-hosted hard stop documentation (#11146)
- add `24.8.0` as a pre-squash hard stop (for commits similar to: getsentry/sentry#76507 ) - change hard stops to a list so they don't need a scroll back - add an example upgrade
1 parent 58ff6df commit 1867a86

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

develop-docs/self-hosted/releases.mdx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,26 @@ Finally, to upgrade, just run `./install.sh`.
4141

4242
### Hard Stops
4343

44-
These are the hard stops that you need to go through in order to pick up significant database changes:
44+
When upgrading one must upgrade to **each** hard stop to pick up significant database changes.
4545

46-
```
47-
<your.sentry.version> -> 9.1.2 -> 21.5.0 -> 21.6.3 -> 23.6.2 -> 23.11.0 -> latest
48-
```
46+
These are the hard stops that one needs to go through:
47+
48+
- 9.1.2
49+
- 21.5.0
50+
- 21.6.3
51+
- 23.6.2
52+
- 23.11.0
53+
- 24.8.0
4954

5055
Versions to avoid upgrading to:
5156
- `23.7.0` (issues around database migrations and the Django 3 upgrade)
5257

58+
As an example if one wants to go from `22.8.0` to `24.2.0` one needs the following upgrade path:
59+
60+
```
61+
# example
62+
(initial: 22.8.0) -> 23.6.2 -> 23.11.0 -> 24.2.0
63+
```
5364

5465
## Nightly Builds
5566

0 commit comments

Comments
 (0)