potiuk commented on issue #41894: URL: https://github.com/apache/airflow/issues/41894#issuecomment-2327051114
I do not know too much about the root cause, but let me post some things that might help you to straighten things out: * 'airflow db reset` will reset the database. I believe if you create the DB from scratch it should work. * It's also likely that the `ab_user` in your original database historically were created in a different schema * there were some issues releated to the index in 2.7.2 : https://github.com/apache/airflow/pull/34120 https://github.com/apache/airflow/pull/34656 - you can take a look there and see if you can figure out what's wrong in your database * this index is going to be dropped in Airflow 3 . You can likely drop it now as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
