~/Desktop/git/airflow-pgt/airflow_celery main docker exec -it airflow-webserver bash
airflow@airflow-webserver:/opt/airflow$ airflow db reset
/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
This will drop existing tables if they exist. Proceed? (y/n)y
[2022-12-06 12:15:11,024] {db.py:1543} INFO - Dropping tables that exist
[2022-12-06 12:15:11,557] {migration.py:204} INFO - Context impl PostgresqlImpl.
[2022-12-06 12:15:11,557] {migration.py:207} INFO - Will assume transactional DDL.
[2022-12-06 12:15:12,153] {migration.py:204} INFO - Context impl PostgresqlImpl.
[2022-12-06 12:15:12,154] {migration.py:207} INFO - Will assume transactional DDL.
/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.
INFO [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO [alembic.runtime.migration] Will assume transactional DDL.
INFO [alembic.runtime.migration] Running stamp_revision -> ecb43d2a1842
WARNI [airflow.models.crypto] empty cryptography key - values will not be stored encrypted.