-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.2
-
Fix Version/s: None
-
Component/s: database
-
Labels:None
We noticed that there isn't any script out there to upgrade airflow metadata db from 1.8 to 1.10. Also when we tried to run `airflow upgradedb` by going first to 1.9 and then 1.10, that didn't quite scale for our production db with millions of rows. So we wrote our own mysql script to go from 1.8 to 1.10 that scales and is optimized for runtime. Contributing this back to the community(see attachment). Credits to Ananth PackkilDurai, Deepak Barge.