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
Module version: 3.1.0 commit 9e5c471 with name "added support for mongo 5.x"
It's possible to install MongoDB 5.x with the existing module, when I use commit 9e5c471 , but as you know "mongo" shell has been superseded by "mongosh" in 5.x versions. So, the old "mongo" shell has been deprecated and will be removed in an upcoming release and we should start use new "mongosh" shell.
After installation, I tried to use "mongosh", but I got: mongosh: command not found
So, it seems that commit 9e5c471 with name "added support for mongo 5.x" isn't fully supports 5.x versions and I should manually install new "mongosh" shell (installation instructions -> https://docs.mongodb.com/mongodb-shell/install/)
Could you fix this problem that the module by itself can fully support MongoDB 5.x versions? I mean prepare MongoDB 5.x without any additional manual work. Thanks in advance.
The text was updated successfully, but these errors were encountered:
It's possible to install MongoDB 5.x with the existing module, when I use commit 9e5c471 , but as you know "mongo" shell has been superseded by "mongosh" in 5.x versions. So, the old "mongo" shell has been deprecated and will be removed in an upcoming release and we should start use new "mongosh" shell.
After installation, I tried to use "mongosh", but I got:
mongosh: command not found
So, it seems that commit 9e5c471 with name "added support for mongo 5.x" isn't fully supports 5.x versions and I should manually install new "mongosh" shell (installation instructions -> https://docs.mongodb.com/mongodb-shell/install/)
Could you fix this problem that the module by itself can fully support MongoDB 5.x versions? I mean prepare MongoDB 5.x without any additional manual work. Thanks in advance.
The text was updated successfully, but these errors were encountered: