iamhimanshu0 opened a new issue #22012: URL: https://github.com/apache/airflow/issues/22012
### Apache Airflow version 2.2.4 (latest released) ### What happened I've installed apache-airflow version 2.2.4 on my system ubuntu 20.0.4 LTS and i'm using these steps - export AIRFLOW_HOME=~/airflow - pip3 install apache-airflow - airflow db init - airflow users create --username admin --firstname XXXX --lastname XXX --role Admin --email [email protected] When I'm running my server using this command - airflow webserver -p 8080 I've got an error saying `sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: session`  Can anyone help me with what I'm doing wrong? Thanks ### What you expected to happen _No response_ ### How to reproduce _No response_ ### Operating System Ubuntu 20.0.4 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
