This message was deleted.
# ask-questions
w
This message was deleted.
c
It is failing to connect to MongoDB
i
i have installed it using Dockerfile given in Growthbook repo
Copy code
<https://github.com/growthbook/growthbook>
do i need to install mongodb separately.
c
Is it running in Kubernetes
kubectl get pods --all-namespaces
? If so can you reach it from the GrowthBook instance? Is the MONGODB_URI set to the right values
i
MongoDB is not running in Kubernetes , However i tried installing MongoDB and set the URI in growthbook env params but still getting error
can we use config.yaml here , something like this : https://docs.growthbook.io/self-host/config
f
Yepher is right, you need to have Mongo running somewhere and accessible from the API container
i
can we use postgres instead of Mongo?
f
no, not currently
190 Views