Replies: 1 comment
-
Well If you have external DB, then connecting to localhost is not going to work, I am afraid. Also yu your user and password are not likely to be the default. you need to configure there values that correspond to your real external DB. You know those parameters and you actually have an external Postgres DB that you use, right ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to airflow, and I deployed airflow onto Kubernetes using the official apache/airflow helm chart. I am editing the values.yaml file to connect my external backend to airflow, but there is a timeout error with the run-airflow-migrations job after upgrading the Helm chart. This is how I am editing my values.yaml file:
This is my error:
I also disabled the postgresql paramater to prevent the default psotgresql database container from starting. How can I fix this issue and connect my external database to Airflow?
Beta Was this translation helpful? Give feedback.
All reactions