I have mongodb community 6.0.0 installed.
The command mongo
is not found.
The command mongosh
is working.
mongosh --version
1.5.4
I have mongodb community 6.0.0 installed.
The command mongo
is not found.
The command mongosh
is working.
mongosh --version
1.5.4
2
Answers
You need to add the path to "mongo" to your terminal shell.
According to official document,
As you are using MongoDB v6.0,
mongo
is deprecated in your version.