Hey team!, had a query, I had a container up runni...
# announcements
a
Hey team!, had a query, I had a container up running for sometime now for growthbook and now i had to update the image of growthbook to latest but didn't wanna loose the data in mongo, so i pulled the latest image of growthbook and did docker-compose up, but now the growthbook container has started successfully but mongo container is exiting with exitcode 14. Can someone help with this?
👀 1
f
it should give you more details than that
can you check the logs?
a
Copy code
mongo_1       | {"t":{"$date":"2023-09-08T04:26:24.016+00:00"},"s":"F",  "c":"CONTROL",  "id":6384300, "ctx":"ftdc","msg":"Writing fatal message","attr":{"message":"DBException::toString(): FileStreamFailed: Failed to write to interim file buffer for full-time diagnostic data capture: /data/db/diagnostic.data/metrics.interim.temp\nActual exception type: mongo::error_details::ExceptionForImpl<(mongo::ErrorCodes::Error)39, mongo::AssertionException>\n\n"}}
wanted to know for prod setup, is there some documentation where i can find a way to run mongoDb independently of growthbook containing all the integration steps. Thanks.
f
you can run Mongo anyway you like
you just need to add the connection string in the config.yml
look in the environment variables section of the docs
a
thankyou so much!