Thanks @<1689446563463565312:profile|SmallTurkey79> ! 🙏
Answered
In Case Anyone Else Ever Comes Across Mongo Issues Using The Docker Compose Clearml Stack (In Case Of A Messy Shutdown), I Have Found This Script To Be A Lifesaver On Numerous Occasions:
in case anyone else ever comes across mongo issues using the docker compose clearml stack (in case of a messy shutdown), I have found this script to be a lifesaver on numerous occasions:
cat repair-mongo.sh
docker run --rm -v /opt/clearml/data/mongo_4/db:/data/db mongo:4.4.28 mongod --dbpath /data/db --repair
374 Views
1
Answer
4 months ago
4 months ago
Tags