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

Changing postgres.host breaks astro dev start #1539

Open
1 of 3 tasks
collinmcnulty opened this issue Feb 8, 2024 · 0 comments
Open
1 of 3 tasks

Changing postgres.host breaks astro dev start #1539

collinmcnulty opened this issue Feb 8, 2024 · 0 comments
Assignees

Comments

@collinmcnulty
Copy link
Contributor

Describe the bug

Changing the postgres.host configuration doesn't seem to change the actual host, just the host the scheduler/webserver are looking for. astro dev start breaks if you change it.

What CLI Version did you experience this bug?

1.22

This CLI bug is related to which Astronomer Platform?

  • Astro
  • Software
  • None/Unknown

What Operating System is the above CLI installed on?

Mac OSX 14.3 on Apple Silicon

🪜 Steps To Reproduce

> astro config set postgres.host 0.0.0.0
> astro dev start
> astro dev logs scheduler
 Waiting for host: 0.0.0.0 5432
 Waiting for host: 0.0.0.0 5432
 Waiting for host: 0.0.0.0 5432
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

2 participants