edgedb-docker icon indicating copy to clipboard operation
edgedb-docker copied to clipboard

Docker Container not starting anymore

Open daniel156161 opened this issue 10 months ago • 2 comments

Error Logs

Bootstrapping Gel instance on the local volume...
/usr/local/bin/docker-entrypoint-funcs.sh: line 1221: -server-5: command not found
/usr/local/bin/docker-entrypoint-funcs.sh: line 1221: -server-5: command not found
/usr/local/bin/docker-entrypoint-funcs.sh: line 1221: -server-5: command not found
env: invalid option -- 's'
Try 'env --help' for more information.
ERROR: Could not complete instance bootstrap

Docker Compose

services:
  edgedb:
    image: edgedb/edgedb:5
    container_name: EdgeDB
    volumes:
      - "./data:/var/lib/edgedb/data"
    environment:
      EDGEDB_DOCKER_BOOTSTRAP_TIMEOUT_SEC: 500
      EDGEDB_SERVER_INSTANCE_NAME: EdgeDB
      EDGEDB_SERVER_ADMIN_UI: enabled
      GEL_SERVER_USER: <REDACTED>
      GEL_SERVER_PASSWORD: <REDACTED>
      GEL_SERVER_TLS_CERT_FILE: /traefik/fullchain.pem
      GEL_SERVER_TLS_KEY_FILE: /traefik/privkey.pem
    ports:
      - "5657:5656"

daniel156161 avatar Feb 25 '25 10:02 daniel156161

It looks like we broke something when we introduced the new name. Try using edgedb/edgedb:5.7. It seems that the newly released 5.8 image is broken. We'll build and publish a new 5.8 image shortly.

fmoor avatar Feb 25 '25 16:02 fmoor

Already had switched to 5.7 works still fine just the New 5.8 is broken

daniel156161 avatar Feb 25 '25 16:02 daniel156161