-
-
Notifications
You must be signed in to change notification settings - Fork 444
Description
- Puppet: 6.22.1
- Ruby: 2.5.9
- Distribution: CentOS 7.7
- 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.