Skip to content

Instantly share code, notes, and snippets.

@glegoux
Last active May 10, 2016 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glegoux/ba49ac677cb777464f9c to your computer and use it in GitHub Desktop.
Save glegoux/ba49ac677cb777464f9c to your computer and use it in GitHub Desktop.
[Documentation] Mongo Version
# Check that your MongoDB Server and your MongoDB Client are the same.
# MongoDB Server (daemon mongod)
$ mongod --version
# Or mongo then :
# > db.version()
# or
# > db.serverStatus().version
# MongoDB Client (processus mongo, your MongoDB Shell)
$ mongo --version
# Or the welcome message after having executed mongo command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment