I got installed with Docker Airflow 2.8.2.
With Airflow installed Postres.
File path to Postgres is /***/airflow/postgres.
I found that Postgres folder takes to much memory.
/*/airflow/postgres/base takes 24 Gb.
All files got names like 16442, 16451, 16451_fsm and etc.
I think I need clean this folder, but I can’t just delete this files.
How to figure out, which files I don’t need and how to delete then properly?