opengb icon indicating copy to clipboard operation
opengb copied to clipboard

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

Open NathanFlurry opened this issue 9 months ago • 1 comments

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 avatar May 18 '24 05:05 NathanFlurry