aipatr opened a new issue, #36327:
URL: https://github.com/apache/airflow/issues/36327
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.7.3
### What happened?
I try to run airflow db migrate from airflow 2.7.3
and got the following
/opt/miniconda3/envs/pytorch/lib/python3.10/site-packages/airflow/cli/cli_config.py:971
DeprecationWarning: The namespace option in [kubernetes] has been moved to the
namespace option in [kubernetes_executor] - the old setting has been used, but
please update your config.
DB: postgresql+psycopg2://airflow:***@localhost/airflow
Performing upgrade to the metadata database
postgresql+psycopg2://airflow:***@localhost/airflow
[2023-12-20T10:43:58.244+0000] {migration.py:213} INFO - Context impl
PostgresqlImpl.
[2023-12-20T10:43:58.245+0000] {migration.py:216} INFO - Will assume
transactional DDL.
[2023-12-20T10:43:58.257+0000] {db.py:1620} INFO - Creating tables
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
Error in sys.excepthook:
Original exception was:
### What you think should happen instead?
_No response_
### How to reproduce
Installation of airflow 2.7.3
Postgres version psql (16.1 (Ubuntu 16.1-1.pgdg22.04+1), server 12.17
(Ubuntu 12.17-1.pgdg22.04+1))
### Operating System
Ubuntu 12.17
### 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]