Skip to content

Commit 7b0ba70

Browse files
(DOCS-14716): Use mongosh in replica set tutorial (#1056)
* (DOCS-14716): Use mongosh in replica set tutorial * wording * wording
1 parent 2f3edea commit 7b0ba70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/includes/steps-deploy-replica-set.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,14 @@ pre: |
8989
action:
9090
language: sh
9191
code: |
92-
mongo
92+
mongosh
9393
post: |
9494
9595
Depending on your path, you may need to specify the path to the
9696
:binary:`~bin.mongosh` binary.
97+
98+
If your ``mongod`` is not running on the default port, specify the
99+
:option:`--port <mongosh --port>` option for ``mongosh``.
97100
---
98101
title: "Initiate the replica set."
99102
level: 4

0 commit comments

Comments
 (0)