File tree Expand file tree Collapse file tree 7 files changed +7
-38
lines changed Expand file tree Collapse file tree 7 files changed +7
-38
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,6 @@ file = "reference/program/mongokerberos.txt"
230230title = " mongokerberos"
231231section = 1
232232
233- [manpages .mongoreplay ]
234- file = " reference/program/mongoreplay.txt"
235- title = " mongoreplay"
236- section = 1
237-
238233[manpages .mongos ]
239234file = " reference/program/mongos.txt"
240235title = " mongos"
Original file line number Diff line number Diff line change 11ref : 4.0-errata-tools-2058
22content : |
33
4- :binary:`~bin. mongoreplay` does not show insert/find commands for MongoDB 4.0.
4+ `` mongoreplay` ` does not show insert/find commands for MongoDB 4.0.
55
66 # Fixed in 4.0.1
77 ---
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ General Compatibility Changes
218218 version 2.6, MongoDB enables the text search feature by default.
219219
220220- Removal of ``mongosniff``. In MongoDB 3.4,
221- ``mongosniff`` is replaced by :binary:`~bin. mongoreplay`, which
221+ ``mongosniff`` is replaced by `` mongoreplay` `, which
222222 offers a more flexible superset of ``mongosniff``'s
223223 functionality.
224224
Original file line number Diff line number Diff line change @@ -1145,13 +1145,13 @@ MongoDB Tools
11451145``mongoreplay``
11461146~~~~~~~~~~~~~~~
11471147
1148- MongoDB introduces :binary:`~bin. mongoreplay`, a workload capture and
1148+ MongoDB introduces `` mongoreplay` `, a workload capture and
11491149analysis tool that replaces ``mongosniff``. You can use
1150- :binary:`~bin. mongoreplay` to inspect and record commands sent to a MongoDB
1150+ `` mongoreplay` ` to inspect and record commands sent to a MongoDB
11511151instance, and then replay the commands back onto another host at a
11521152later time.
11531153
1154- :binary:`~bin. mongoreplay` is available for Linux and macOS.
1154+ `` mongoreplay` ` is available for Linux and macOS.
11551155
11561156General Enhancements
11571157--------------------
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ Remove Diagnostic Logging Command and Option
502502
503503MongoDB 3.6 removes the deprecated ``diagLogging`` command and
504504:binary:`~bin.mongod` ``--diaglog`` option. Instead, use
505- :binary:`~bin. mongoreplay` to capture, replay, and profile commands sent to
505+ `` mongoreplay` ` to capture, replay, and profile commands sent to
506506your MongoDB deployment.
507507
508508.. _3.6-validate-compatibility:
Original file line number Diff line number Diff line change @@ -1414,7 +1414,7 @@ support matrix.
14141414MongoDB Tools
14151415-------------
14161416
1417- The :binary:`~bin.mongoreplay` `` play`` command supports a new
1417+ The ``mongoreplay play`` command supports a new
14181418``MONGOREPLAY_HOST`` environment variable that specifies the MongoDB
14191419connection string when running ``mongoreplay play``. The new environment
14201420variable can be usedinstead of the command-line ``--host`` option.
You can’t perform that action at this time.
0 commit comments