We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0778bd commit 1510d7aCopy full SHA for 1510d7a
1 file changed
develop-docs/self-hosted/releases.mdx
@@ -57,7 +57,12 @@ These are the hard stops that one needs to go through:
57
58
Versions to avoid upgrading to:
59
- 23.7.0 (issues around database migrations and the Django 3 upgrade)
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)
66
As an example if one wants to go from `22.8.0` to `24.2.0` one needs the following upgrade path:
67
68
```
0 commit comments