Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using external databse. #48

Open
Rohithzr opened this issue May 27, 2019 · 1 comment
Open

Using external databse. #48

Rohithzr opened this issue May 27, 2019 · 1 comment

Comments

@Rohithzr
Copy link

I want to use an external database like RDS for airflow, but I think it's hardcoded to postgres:5432, is there a way to override this?

@Rohithzr
Copy link
Author

I have tried adding

env:
        - name: AIRFLOW_HOME
          value: "/usr/local/airflow"
        - name: POSTGRES_HOST
          value: myAirflowHost
        - name: POSTGRES_USER
          value: myAirflowUser
        - name: POSTGRES_PASSWORD
          value: myAirflowPass
        - name: POSTGRES_CREDS
          value: myAirflowUser:myAirflowPass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant