Skip to content

Update source/administration/backups.txt #420

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
wants to merge 1 commit into from
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
6 changes: 1 addition & 5 deletions source/administration/backups.txt
Original file line number Diff line number Diff line change
Expand Up @@ -599,11 +599,7 @@ is true:
- The backup can run and complete without affecting the performance of
the cluster.

.. note:: If you use :program:`mongodump` without specifying the a database or
collection, the output will contain both the collection data and the
sharding config metadata from the :ref:`config servers <sharding-config-server>`.

You cannot use the :option:`--oplog <mongodump --oplog>` option for
.. note::You cannot use the :option:`--oplog <mongodump --oplog>` option for
:program:`mongodump` when dumping from a :program:`mongos`. This option is only
available when running directly against a :term:`replica set` member.

Expand Down