MongoDB: How to find the exact version of installed MongoDB

Just run your console and type:

db.version()

https://docs.mongodb.com/manual/reference/method/db.version/

Leave a Comment