Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion develop-docs/self-hosted/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Versions to avoid upgrading to:
- 25.12.0 (issues around `InconsistentMigrationHistory` during database migration)
- 26.3.0 (issues around `InconsistentMigrationHistory` during database migration)
- 26.4.0 (issues around `InconsistentMigrationHistory` during database migration)
As an example if one wants to go from `22.8.0` to `24.2.0` one needs the following upgrade path:

As an example if one wants to go from `22.8.0` to `24.2.0` one needs the following upgrade path:
```
# example
(initial: 22.8.0) -> 23.6.2 -> 23.11.0 -> 24.2.0
Expand Down
Loading