meteor-up icon indicating copy to clipboard operation
meteor-up copied to clipboard

Support mongodb 6.x.x and later

Open bessw opened this issue 2 years ago • 1 comments

Starting from mongodb version 6 the mongo shell is now called mongosh.

This pull request conditionally uses mongosh if a mongodb version 6 or later is configured or mongo for version 5 and previous.

Fixes #1341

bessw avatar Oct 15 '23 16:10 bessw

Thanks for this, I have used it successfully on my branch.

jamesgibson14 avatar Jan 11 '24 16:01 jamesgibson14