Skip to content

Commit 98d557e

Browse files
DOCSP-25359 - Update mongosh
1 parent 7a27436 commit 98d557e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ intersphinx = [
2121
"https://www.mongodb.com/docs/drivers/node/master/objects.inv",
2222
"https://www.mongodb.com/docs/drivers/go/master/objects.inv",
2323
"https://www.mongodb.com/docs/drivers/java/sync/master/objects.inv",
24+
"https://www.mongodb.com/docs/mongodb-shell/objects.inv",
2425
]

source/cloud/migrate-from-aws-to-atlas.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ What You'll Need
7373
source cluster in AWS. See :manual:`Enable Auth </tutorial/enable-authentication/>`
7474
for instructions on enabling authentication.
7575
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:
7777

7878
.. code-block:: sh
7979

80-
mongo <mongodb-connection-string> -u <mongodb-username> -p --authenticationDatabase admin
80+
mongosh <mongodb-connection-string> -u <mongodb-username> -p --authenticationDatabase admin
8181

8282
* The database user from your source cluster on AWS that you will use to perform the migration has the required MongoDB roles.
8383

0 commit comments

Comments
 (0)