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

Full support for mongo 5.x on RedHat/CentOS #629

Closed
bimcas opened this issue Oct 27, 2021 · 4 comments
Closed

Full support for mongo 5.x on RedHat/CentOS #629

bimcas opened this issue Oct 27, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@bimcas
Copy link

bimcas commented Oct 27, 2021

  • 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.

@root-expert root-expert added the bug Something isn't working label Oct 28, 2021
@root-expert
Copy link
Member

Hello and thanks for brining this up! Are you able to provide a PR to fix this?

@witjoh
Copy link
Contributor

witjoh commented Jul 13, 2023

Hello and thanks for brining this up! Are you able to provide a PR to fix this?

#677

@stevenpost
Copy link
Contributor

Should be fixed with #703 which is now merged into master.

@witjoh
Copy link
Contributor

witjoh commented Mar 29, 2024

This can be closed.

@witjoh witjoh closed this as completed Mar 29, 2024
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

4 participants