File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -255,9 +255,9 @@ description: |
255
255
256
256
.. note::
257
257
258
- :program:`mongodump --oplog <mongodump>` must create a full dump of a
259
- :term:`replica set` member. :program:`mongodump` fails if you use any of
260
- the following options with {{role}} to limit the data to be dumped:
258
+ To use :program:`mongodump` with {{role}}, you must create a full dump of
259
+ a :term:`replica set` member. :program:`mongodump` with {{role}} fails
260
+ if you use any of the following options to limit the data to be dumped:
261
261
262
262
- :option:`--db`
263
263
- :option:`--collection`
Original file line number Diff line number Diff line change @@ -242,10 +242,11 @@ description: |
242
242
243
243
.. note::
244
244
245
- :program:`mongorestore --oplogReplay <mongorestore>` must restore a full
246
- dump of a :term:`replica set` member created using :program:`mongodump
247
- --oplog <mongodump>`. :program:`mongorestore` fails if you use any of
248
- the following options with {{role}} to limit the data be restored:
245
+ When using :program:`mongorestore` with {{role}}, you must
246
+ restore a full dump of a :term:`replica set` member created
247
+ using :program:`mongodump --oplog <mongodump>`.
248
+ :program:`mongorestore` with {{role}} fails if you use any of
249
+ the following options to limit the data be restored:
249
250
250
251
- :option:`--db`
251
252
- :option:`--collection`
You can’t perform that action at this time.
0 commit comments