0

How to Check the version of MongoDB On CentOS 7.6

Hello,
While i was going through the MongoDB ,i just wanna know the version of MongoDB inside the MongoDB shell through command.

Thanks iN advance
Mongodb Add a comment
lucas
asked Aug 27 2019

Answer

0

Try these commands to know the version of MongoDB

Terminal:
mongod --version
Shell:
db.version();

Add a comment
linuxhelp
asked Aug 27 2019
Post your Answer