red-oxygen-69265
05/24/2022, 8:21 PMAuthenticationFailed
on backend connecting to mongodb.
I am using this on kubernetes using this helm chart by @adventurous-vase-72101. I checked MONGODB_ROOT_PASSWORD
env var for mongodb is same as what we use in MONGODB_URI
. has there been any change in growthbook/growthbook:latest
image?future-teacher-7046
red-oxygen-69265
05/24/2022, 8:25 PMgrowthbook/growthbook:git-5fb0979
shows same issuefuture-teacher-7046
red-oxygen-69265
05/24/2022, 8:27 PM<mongodb://root>:...@ab-mongodb:27017/
am I missing DB name?future-teacher-7046
test
?)red-oxygen-69265
05/24/2022, 8:33 PMshow dbs
doesn’t list any dbfuture-teacher-7046
red-oxygen-69265
05/24/2022, 8:35 PMfuture-teacher-7046
red-oxygen-69265
05/24/2022, 9:10 PMfresh-tailor-1332
05/30/2022, 11:44 AMfuture-teacher-7046
?authSource=admin
to the Mongo connection string.fresh-tailor-1332
05/30/2022, 11:59 AMfuture-teacher-7046
/test
at the end of the connection string won't work, but doing /test?authSource=admin
doesfresh-tailor-1332
05/30/2022, 12:18 PMMONGODB_URI=<mongodb://root:password@mongo:27017/>
, do we need to add a DB name ?future-teacher-7046