https://www.growthbook.io/ logo
#announcements
Title
# announcements
b

boundless-egg-79384

09/19/2023, 8:40 AM
Also, do you have docs or example of how to deploy self-hosting with AWS DocumentDB ?
w

white-fireman-22476

09/19/2023, 9:48 AM
We don't have documentation beyond: https://docs.growthbook.io/self-host/env#production-settings. But it should be straight forward. You just need to provide MONGODB_URI env var to be the documentDB connection string.
b

boundless-egg-79384

09/19/2023, 9:49 AM
What about pem file ?
w

white-fireman-22476

09/19/2023, 10:02 AM
Yes I would imagine that would be needed.
👍 1
Your connection string needs to have
&ssl_ca_certs=global-bundle.pem
as part of it: https://docs.aws.amazon.com/documentdb/latest/developerguide/endpoints-connecting.html
👍 1
If you find the process involved at all, but figure it out in the end, we would love to hear about it so that we can create good documentation for others. Even better, all of our documentation is open source, and we would love your contribution ... you can just click the edit button at the bottom of any docs.growthbook.io page.
2 Views