xtdb

itaied 2025-02-13T09:23:29.923619Z

hey all, trying to install xtdb locally via https://docs.xtdb.com/intro/installation-via-docker running curl fails and i'm also failing to connect via psql (what's the db name?)

jarohen 2025-02-13T09:51:14.922529Z

hey @itai 👋

jarohen 2025-02-13T09:52:01.252459Z

would advise migrating to use the healthz port instead (we're intending to move away from /status on the main HTTP server) - curl

jarohen 2025-02-13T09:52:12.041649Z

and database (for now, at least) has to be xtdb

jarohen 2025-02-13T09:53:14.620829Z

you can also try /metrics on that port - it's a whole load of meters about what's happening on the node

itaied 2025-02-13T09:53:57.449219Z

worked, thanks!

🙏 1