Replies: 1 comment
-
|
try to re-run the 2.10.5 database migration first |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm facing this issue
when running migration for upgrade from 2.10.5 to 3.1.5 using
airflow db migrateI see this issueKey Observation
After the failure:
✓
asset_alias_assettable EXISTS (renamed version)✗
dataset_alias_datasettable DOES NOT EXIST (old version)✓ Alembic version shows
3a8972ecb8f9(migration marked complete)This indicates: The rename succeeded, but post-rename operations fail because they reference the old table name.
Environment
Airflow: 2.10.5 → 3.1.5
Database: MySQL 9.x
Deployment: Kubernetes single pod
Alembic revision: 3a8972ecb8f9
Beta Was this translation helpful? Give feedback.
All reactions