Has anyone gotten Hindsight working with external Postgres + non-root Docker under OpenClaw without fatal verify_connection() startup exit? #840
Unanswered
kyletusing34
asked this question in
Q&A
Replies: 1 comment
-
|
Hi, are you using the official docker image? https://hindsight.vectorize.io/developer/installation#docker we also have these example to follow https://github.com/vectorize-io/hindsight/blob/main/docker/docker-compose/external-pg/docker-compose.yaml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m running OpenClaw on a VPS and moved Hindsight into a non-root Docker container to avoid embedded PG/root initdb issues.
Current setup:
gpt-4o-minihttps://api.openai.com/v1I verified the OpenAI key works directly via curl, but Hindsight still exits during
verify_connection()on startup instead of staying up.Before I keep digging:
I’m opening a matching issue as well, but would love to know if there’s already a field-tested workaround.
Beta Was this translation helpful? Give feedback.
All reactions