We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0922cae commit bd9248dCopy full SHA for bd9248d
source/mongodump.txt
@@ -719,8 +719,7 @@ Options
719
the backup.
720
721
To back up individual replica sets while still accepting writes, use
722
- ``--oplog``. To back up sharded clusters with ``mongodump``, see
723
- :ref:`backup-sharded-dumps`.
+ ``--oplog``.
724
725
.. important::
726
@@ -739,6 +738,9 @@ Options
739
738
:term:`oplog`. This includes all members of a replica set.
740
741
``--oplog`` does not dump the oplog collection.
+
742
+ You can't run ``mongodump`` with ``--oplog`` on a sharded cluster. To back up
743
+ sharded clusters with ``mongodump``, see :ref:`backup-sharded-dumps`.
744
745
.. note::
746
0 commit comments