Standalone Deployment Cloud Database Not Working #10966
Replies: 2 comments 6 replies
-
|
Hey @MaxwellGrant90, could you please provide information on how exactly you've deployed / you're running the Hyperswitch router container: is it via our Docker Compose setup, in Kubernetes via Helm, or something else? It just looks like the database not configured correctly. If it's via the Docker Compose setup (based on the |
Beta Was this translation helpful? Give feedback.
-
|
I also set the var from the Dockerfile with
from the .env file - and I tested copying the .env file into the image itself. So my config file has:
I went into interactive mode and the env variables are there so I don't think it is about mounting, but which config variables or the config.toml itself. But I could be wrong. To clarify, HyperSwitch should be able to use a cloud Postgresql database? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I ran into a blocker trying to deploy the router in standalone mode with a Docker container using a Redis sidecar and cloud postgres database. When i run curl http://localhost:8080/health/ready I keep getting this error: {"error":{"type":"api","message":"Database health check failed with error: Error while connecting to database","code":"HE_00"}}. Is it possible to use a cloud database? I was able to run the migration from my CLI just fine. After trying Claude Code for debugging, it came to the conclusion that it needs a local database. Is that true or am I not configuring this correctly?
Beta Was this translation helpful? Give feedback.
All reactions