Skip to content

DOCS-4974: removes reference to reading datafiles directly #2267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
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
7 changes: 3 additions & 4 deletions source/reference/program/mongodump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ effective :doc:`backup strategy </core/backups>`. Use
restore databases.

:program:`mongodump` can read data from either :program:`mongod` or :program:`mongos`
instances, in addition to reading directly from MongoDB data files
without an active :program:`mongod`.
instances.

.. seealso:: :program:`mongorestore`,
:doc:`/tutorial/backup-sharded-cluster-with-database-dumps`
Expand Down Expand Up @@ -125,6 +124,8 @@ Options

.. include:: /includes/option/option-mongodump-excludeCollectionsWithPrefix.rst

.. _mongodump-behavior:

Use
---

Expand Down Expand Up @@ -152,5 +153,3 @@ authenticating using the username ``user`` and the password
.. code-block:: sh

mongodump --host mongodb1.example.net --port 37017 --username user --password pass --out /opt/backup/mongodump-2011-10-24

.. _mongodump-behavior: