~/Desktop/git/airflow-pgt/airflow_celery main docker exec -it airflow-webserver bash
airflow@airflow-webserver:/opt/airflow$ airflow db init
/home/airflow/.local/lib/python3.8/site-packages/airflow/configuration.py:545: DeprecationWarning: The sql_alchemy_conn option in [core] has been moved to the sql_alchemy_conn option in [database] - the old setting has been used, but please update your config.
option = self._get_environment_variables(deprecated_key, deprecated_section, key, section)
DB: postgresql+psycopg2://airflow:***@postgres/airflow
[2022-12-06 12:13:28,164] {migration.py:204} INFO - Context impl PostgresqlImpl.
[2022-12-06 12:13:28,164] {migration.py:207} INFO - Will assume transactional DDL.
[2022-12-06 12:13:28,502] {migration.py:204} INFO - Context impl PostgresqlImpl.
[2022-12-06 12:13:28,502] {migration.py:207} INFO - Will assume transactional DDL.
[2022-12-06 12:13:28,507] {db.py:1531} INFO - Creating tables
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
WARNI [airflow.models.crypto] empty cryptography key - values will not be stored encrypted.
Initialization done