IntelliShell configuration per DB connection
It would be nice if I could set up, for example, the mongo shell executable for every connection that I'm using.
This would be very useful if you are working with multiple environments and you require to use different versions of mongo client
1
vote
Javier Fernández
shared this idea
Hi! This is resolved, we introduced per-connection Mongo tools in 2019.7.0
-
Note that the mongo shell is backwards compatible, so simply configure MongoChef to use the latest mongo shell (currently 3.0), and you'll be able to use that to access all the different MongoDB environments (3.0, 2.6, 2.4, etc.) you use.