Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/tutorial/backup-and-restore-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ To use :binary:`~bin.mongorestore` to connect to an active

.. code-block:: sh

mongorestore --port <port number> <path to the backup>
mongorestore -d <database name> --port <port number> <path to the backup>


Consider the following example:
Expand Down