Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(self-hosted): state versions with known issues #12220

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion develop-docs/self-hosted/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ These are the hard stops that one needs to go through:
- 24.8.0

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

As an example if one wants to go from `22.8.0` to `24.2.0` one needs the following upgrade path:

Expand All @@ -63,6 +63,12 @@ As an example if one wants to go from `22.8.0` to `24.2.0` one needs the followi
(initial: 22.8.0) -> 23.6.2 -> 23.11.0 -> 24.2.0
```

### Versions with known issues

This section lists known issues with specific versions of the self-hosted Sentry. You may upgrade to these versions if you are not affected by any of these issues.

- 24.12.x has issues with login for organizations with 2FA enabled. See [issue #3473](https://github.com/getsentry/self-hosted/issues/3473) for more information.
aldy505 marked this conversation as resolved.
Show resolved Hide resolved

## Nightly Builds

We provide nightly builds from the [master branch of the self-hosted repository](https://github.com/getsentry/self-hosted/) for each new commit for [Sentry](https://github.com/getsentry/sentry), and all of the supporting projects:
Expand Down
Loading