blumeops/docs/changelog.d/fix-authentik-migration-ordering.bugfix.md
Erich Blume f024efb4da Fix authentik migration ordering: ensure 0056 runs before 0010
Django migration ordering bug in authentik 2026.2.0 — rbac/0010 (drops
Role.group_id) can execute before core/0056 (data migration that reads
Role.group_id), causing FieldError on startup. Add explicit dependency
via substituteInPlace. Upstream: goauthentik/authentik#19616

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 16:25:25 -08:00

199 B

Fix authentik 2026.2.0 startup crash caused by Django migration ordering bug (FieldError: Cannot resolve keyword 'group_id'). Patch ensures authentik_core/0056 runs before authentik_rbac/0010.