Skip to content

Commit bd9248d

Browse files
authored
DOCSP-48055-mongodump-oplog-sharding-limit (#189)
1 parent 0922cae commit bd9248d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/mongodump.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,7 @@ Options
719719
the backup.
720720

721721
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`.
722+
``--oplog``.
724723

725724
.. important::
726725

@@ -739,6 +738,9 @@ Options
739738
:term:`oplog`. This includes all members of a replica set.
740739

741740
``--oplog`` does not dump the oplog collection.
741+
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`.
742744

743745
.. note::
744746

0 commit comments

Comments
 (0)