Unanswered
Hi All,
I Like To Upgrade
First, go into the MongoDB docker instance using:sudo docker exec -it clearml-mongo /bin/bashThen, inside the docker, start the MongoDB CLI using:mongoThen, enter these two commands:use auth db.user.createIndex({"name": 1, "comapny": 1})
265 Views
0
Answers
4 years ago
2 years ago