You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A service "mongo1-setup" in .../v1.7/quickstart/docker-compose.yml uses legacy mongo shell to initialize the replica set. But mongo:latest, which is defined in the Dockerfile pulls the version 6.0.1 ( in my case ), which comes with mongosh instead of mongo.
Hi @teukkis, thank you for brining this to our attention.
You are correct. We are updating the command to use mongosh instead of mongo, and have pinned the versions of images used in the quick start to reduce the likelihood of this happening in the future. You can track the status of this update in this PR #25.
A service "mongo1-setup" in .../v1.7/quickstart/docker-compose.yml uses legacy mongo shell to initialize the replica set. But mongo:latest, which is defined in the Dockerfile pulls the version 6.0.1 ( in my case ), which comes with mongosh instead of mongo.
https://github.com/mongodb-university/kafka-edu/blob/main/docs-examples/examples/v1.7/quickstart/docker-compose.yml
https://www.mongodb.com/docs/manual/release-notes/6.0-compatibility/#legacy-mongo-shell-removed
The text was updated successfully, but these errors were encountered: