File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ collection metadata which includes the following properties:
136
136
137
137
If :binary:`~bin.mongodump` outputs to standard output (``stdout``), the
138
138
output does not include metadata. For more information, see the
139
- :option:`--out` option.
139
+ :option:`--out <mongodump --out> ` option.
140
140
141
141
Metadata Format
142
142
~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -173,20 +173,6 @@ Rebuild Indexes
173
173
``mongorestore`` recreates indexes recorded by
174
174
:binary:`~bin.mongodump` after restoring data.
175
175
176
- .. note::
177
-
178
- For MongoDB installations with ``featureCompatibilityVersion`` (fCV)
179
- set to ``"4.0"`` or earlier, creating indexes will
180
- :limit:`error if an index key in an existing document exceeds the
181
- limit <Index Key Limit>`.
182
-
183
- To avoid this issue, consider using hashed indexes or indexing a
184
- computed value instead. If you want to resolve the index issue after
185
- restoring the data, you can disable the default index key length
186
- validation on the target database by setting the :binary:`~bin.mongod`
187
- instance's :parameter:`failIndexKeyTooLong` parameter to false.
188
-
189
-
190
176
Exclude ``system.profile`` Collection
191
177
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
192
178
You can’t perform that action at this time.
0 commit comments