VBhojawala commented on issue #14322: URL: https://github.com/apache/airflow/issues/14322#issuecomment-782558232
In my humble opinion airflow resetdb : removes all entries (Records) from database. airflow init : initalize the database. https://airflow.apache.org/docs/apache-airflow/1.10.8/howto/initialize-database.html After initializing database you can create new user using "airflow users create --role Admin --username admin --password admin --email [email protected] --firstname foo --lastname bar" ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
