Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Replace legacy mongo shell with mongosh - MongoDB 6.0 #1485

Open
darshad-github opened this issue Mar 14, 2023 · 1 comment
Open

Replace legacy mongo shell with mongosh - MongoDB 6.0 #1485

darshad-github opened this issue Mar 14, 2023 · 1 comment
Assignees
Labels
priority/low type/bug Something isn't working

Comments

@darshad-github
Copy link
Contributor

Legacy mongo Shell Removed: The mongo shell is removed from MongoDB 6.0. The replacement is mongosh.

@rkm: The path /usr/bin/mongo no longer exists in the MongoDB container. It needs to be replaced with /usr/bin/mongosh in the startDockerLinux.py and any other files which make use of the mongo shell.

@darshad-github darshad-github added the type/bug Something isn't working label Mar 14, 2023
@darshad-github darshad-github self-assigned this Mar 14, 2023
@darshad-github darshad-github changed the title Replace Legacy Mongo Shell with Mongosh - MongoDB 6.0 Compatibility Concern Replace Legacy Mongo Shell with Mongosh - MongoDB 6.0 Mar 14, 2023
@darshad-github darshad-github changed the title Replace Legacy Mongo Shell with Mongosh - MongoDB 6.0 Replace legacy mongo shell with mongosh - MongoDB 6.0 Mar 14, 2023
@darshad-github
Copy link
Contributor Author

darshad-github commented Mar 17, 2023

Test startDockerLinux.py (+new mongosh):

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
priority/low type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants