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

use mongosh to support mongodb 6.x.x #1341

Open
bessw opened this issue Apr 8, 2023 · 0 comments · May be fixed by #1349
Open

use mongosh to support mongodb 6.x.x #1341

bessw opened this issue Apr 8, 2023 · 0 comments · May be fixed by #1349

Comments

@bessw
Copy link

bessw commented Apr 8, 2023

Meteor has been updated to mongodb version 6.0.3, the old mongo shell is not available any more in this version.

Please update mup to support deploying mongodb version 6.0.3 by using mongosh.

When running mup setup it fails with

Running mongo:6.0.3
        2748fee621aea0f3712fa773271e4256f4a886cb4aec68c0152635c0f3879ba9
        Creating replica set
        OCI runtime exec failed: exec failed: container_linux.go:367: starting container process caused: exec: "mongo": executable file not found in $PATH: unknown

Possibly related to:

sudo docker exec mongodb mongo --eval \

Mup version (mup --version): 1.5.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant