Skip to content

Commit 1510d7a

Browse files
authored
docs(self-hosted): add versions to avoid upgrading to (#17388)
1 parent c0778bd commit 1510d7a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

develop-docs/self-hosted/releases.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ These are the hard stops that one needs to go through:
5757

5858
Versions to avoid upgrading to:
5959
- 23.7.0 (issues around database migrations and the Django 3 upgrade)
60-
60+
- 25.6.0 (migration error)
61+
- 25.6.1 (failed fix for the migration error in 25.6.0)
62+
- 25.9.0 (issues around attachment storage setup)
63+
- 25.12.0 (issues around `InconsistentMigrationHistory` during database migration)
64+
- 26.3.0 (issues around `InconsistentMigrationHistory` during database migration)
65+
- 26.4.0 (issues around `InconsistentMigrationHistory` during database migration)
6166
As an example if one wants to go from `22.8.0` to `24.2.0` one needs the following upgrade path:
6267

6368
```

0 commit comments

Comments
 (0)