potiuk edited a comment on issue #17470:
URL: https://github.com/apache/airflow/issues/17470#issuecomment-894634389


   You missed 'before you begin' and/or especially 'initialize environment' 
steps of the quick-start. 
https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html . 
   
   You likely did not initialize the database.
   
   Please follow them precisely as they are written. 
   
   The quick start is written in the way that you have to follow it 
step-by-step. It's not production ready, it's not gonna work if you omit 
certain steps or modify them.
   
   It's not a good idea to omit the steps from it if you do not know exactly 
what you are doing.
   
   Clean up everything, including your docker environment 'docker compose down 
--volumes --remove-orphans' remove everything from the directory   you work in 
and just follow the quick start precisely step-by-step.
   
   Note that the docker compose is NOT production ready - things like database 
initialisation for example (which you apparently missed) is a separate step for 
example. If you want to make production-ready docker-compose you should modify 
it (for example the postgres db used for quick start uses Local docker volume 
which is likely not best solution for production db).


-- 
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]


Reply via email to