Skip to content
New issue

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

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

Already on GitHub? Sign in 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
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 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):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant