https://www.growthbook.io/ logo
a

acceptable-sundown-14551

09/08/2023, 5:07 AM
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

fresh-football-47124

09/08/2023, 8:39 AM
it should give you more details than that
can you check the logs?
a

acceptable-sundown-14551

09/08/2023, 9:38 AM
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

fresh-football-47124

09/08/2023, 8:21 PM
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

acceptable-sundown-14551

09/09/2023, 5:31 AM
thankyou so much!