Connected to a 4.0.3 mongod shows v.3.6.5
Answered
My mongod is 4.0.3 and I create a db and a collection and add a document
The line above the editor tab says
localhost:27017 (v3.6.4)
I can see the mongod running 4.0.3 in the terminal creating the db and collection.
I'm I misunderstanding what the v.3.6.5 means?
Please try the following script and check the "version" value
db.adminCommand({ "buildinfo": 1 })
Please try the following script and check the "version" value
db.adminCommand({ "buildinfo": 1 })
Replies have been locked on this page!