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

Fails to start with "ConnectionError: The session was terminated unexpectedly" if 5432 already taken #276

Open
NathanFlurry opened this issue May 18, 2024 — with Linear · 1 comment
Labels
bug Something isn't working

Comments

Copy link
Member

NathanFlurry commented May 18, 2024

Symptoms

Get this error when running opengb dev

image.png

Steps to reproduce

  1. Run any postgres server on port 5432
docker run -p 5432:5432 --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres
  1. Run opengb dev
  2. Crashes

Resolution

Find a free port to run Postgres on.

@NathanFlurry NathanFlurry added the bug Something isn't working label May 18, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant