You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to upgrade from version 24.2.0 to 24.5.1, but we are faced some issues so we rolled back from 24.5.1 to 24.2.0. However we faced issue with DB schema changes with sentry_team table.
django.db.utils.ProgrammingError: UndefinedColumn('column sentry_team.actor_id does not exist\nLINE 1: ...g", "sentry_team"."name", "sentry_team"."status", "sentry_te...\n ^\n')
SQL: SELECT "sentry_team"."id", "sentry_team"."organization_id", "sentry_team"."slug", "sentry_team"."name", "sentry_team"."status", "sentry_team"."actor_id", "sentry_team"."idp_provisioned", "sentry_team"."date_added", "sentry_team"."org_role" FROM "sentry_team" WHERE ("sentry_team"."id" >= %s AND "sentry_team"."id" <= %s)
Let us know how we can mitigate this issue
What all are the DB changes from version 24.2.0 to 24.5.1, or do suggestion any other version we have to select first
Expected Result
Roll back steps
DB changes
Expected upgrade version from 24.2.1
Actual Result
NA
Event ID
No response
The text was updated successfully, but these errors were encountered:
Self-Hosted Version
24.5.1
CPU Architecture
x86_64
Docker Version
NA
Docker Compose Version
NA
Steps to Reproduce
We tried to upgrade from version 24.2.0 to 24.5.1, but we are faced some issues so we rolled back from 24.5.1 to 24.2.0. However we faced issue with DB schema changes with sentry_team table.
django.db.utils.ProgrammingError: UndefinedColumn('column sentry_team.actor_id does not exist\nLINE 1: ...g", "sentry_team"."name", "sentry_team"."status", "sentry_te...\n ^\n')
SQL: SELECT "sentry_team"."id", "sentry_team"."organization_id", "sentry_team"."slug", "sentry_team"."name", "sentry_team"."status", "sentry_team"."actor_id", "sentry_team"."idp_provisioned", "sentry_team"."date_added", "sentry_team"."org_role" FROM "sentry_team" WHERE ("sentry_team"."id" >= %s AND "sentry_team"."id" <= %s)
Let us know how we can mitigate this issue
What all are the DB changes from version 24.2.0 to 24.5.1, or do suggestion any other version we have to select first
Expected Result
Roll back steps
DB changes
Expected upgrade version from 24.2.1
Actual Result
NA
Event ID
No response
The text was updated successfully, but these errors were encountered: