Fix authentik 2026.2.0 migration ordering bug #275
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/authentik-migration-ordering"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
authentik_rbac/0010migration to depend onauthentik_core/0056, fixing non-deterministic ordering that crashes startup withFieldError: Cannot resolve keyword 'group_id'Deployment and Testing
argocd app set authentik --revision fix/authentik-migration-ordering && argocd app sync authentikkubectl logsshow 0056 migrating before 0010mise run services-checkargocd app set authentik --revision main && argocd app sync authentik