File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ intersphinx = [
21
21
" https://www.mongodb.com/docs/drivers/node/master/objects.inv" ,
22
22
" https://www.mongodb.com/docs/drivers/go/master/objects.inv" ,
23
23
" https://www.mongodb.com/docs/drivers/java/sync/master/objects.inv" ,
24
+ " https://www.mongodb.com/docs/mongodb-shell/objects.inv" ,
24
25
]
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ What You'll Need
73
73
source cluster in AWS. See :manual:`Enable Auth </tutorial/enable-authentication/>`
74
74
for instructions on enabling authentication.
75
75
You can verify that authentication is enabled on your source cluster
76
- using the :manual:`mongo </reference/program/mongo/> ` command:
76
+ using the :binary:`~bin.mongosh ` command:
77
77
78
78
.. code-block:: sh
79
79
80
- mongo <mongodb-connection-string> -u <mongodb-username> -p --authenticationDatabase admin
80
+ mongosh <mongodb-connection-string> -u <mongodb-username> -p --authenticationDatabase admin
81
81
82
82
* The database user from your source cluster on AWS that you will use to perform the migration has the required MongoDB roles.
83
83
You can’t perform that action at this time.
0 commit comments