We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
mup setup
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:
meteor-up/src/plugins/mongo/assets/templates/start.sh
Line 46 in 2272e10
Mup version (mup --version): 1.5.10
mup --version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 withPossibly related to:
meteor-up/src/plugins/mongo/assets/templates/start.sh
Line 46 in 2272e10
Mup version (
mup --version
): 1.5.10The text was updated successfully, but these errors were encountered: