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 6dc2dfe commit 2aac0e7Copy full SHA for 2aac0e7
source/mongorestore.txt
@@ -730,6 +730,16 @@ Options
730
files in the ``dump/local`` directory, :program:`mongorestore` restores them like
731
normal collections.
732
733
+ The following message in the oplog replay output shows the number of
734
+ inserts before the oplog replay. It does not include inserts
735
+ performed during the replay.
736
+
737
+ .. code-block:: sh
738
+ :copyable: false
739
740
+ 0 document(s) restored successfully. 0 document(s) failed to
741
+ restore.
742
743
For an example of :option:`--oplogReplay`, see :ref:`backup-restore-oplogreplay`.
744
745
.. note::
0 commit comments