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"
230
230
title = " mongokerberos"
231
231
section = 1
232
232
233
- [manpages .mongoreplay ]
234
- file = " reference/program/mongoreplay.txt"
235
- title = " mongoreplay"
236
- section = 1
237
-
238
233
[manpages .mongos ]
239
234
file = " reference/program/mongos.txt"
240
235
title = " mongos"
Original file line number Diff line number Diff line change 1
1
ref : 4.0-errata-tools-2058
2
2
content : |
3
3
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.
5
5
6
6
# Fixed in 4.0.1
7
7
---
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ General Compatibility Changes
218
218
version 2.6, MongoDB enables the text search feature by default.
219
219
220
220
- Removal of ``mongosniff``. In MongoDB 3.4,
221
- ``mongosniff`` is replaced by :binary:`~bin. mongoreplay`, which
221
+ ``mongosniff`` is replaced by `` mongoreplay` `, which
222
222
offers a more flexible superset of ``mongosniff``'s
223
223
functionality.
224
224
Original file line number Diff line number Diff line change @@ -1145,13 +1145,13 @@ MongoDB Tools
1145
1145
``mongoreplay``
1146
1146
~~~~~~~~~~~~~~~
1147
1147
1148
- MongoDB introduces :binary:`~bin. mongoreplay`, a workload capture and
1148
+ MongoDB introduces `` mongoreplay` `, a workload capture and
1149
1149
analysis 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
1151
1151
instance, and then replay the commands back onto another host at a
1152
1152
later time.
1153
1153
1154
- :binary:`~bin. mongoreplay` is available for Linux and macOS.
1154
+ `` mongoreplay` ` is available for Linux and macOS.
1155
1155
1156
1156
General Enhancements
1157
1157
--------------------
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ Remove Diagnostic Logging Command and Option
502
502
503
503
MongoDB 3.6 removes the deprecated ``diagLogging`` command and
504
504
: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
506
506
your MongoDB deployment.
507
507
508
508
.. _3.6-validate-compatibility:
Original file line number Diff line number Diff line change @@ -1414,7 +1414,7 @@ support matrix.
1414
1414
MongoDB Tools
1415
1415
-------------
1416
1416
1417
- The :binary:`~bin.mongoreplay` `` play`` command supports a new
1417
+ The ``mongoreplay play`` command supports a new
1418
1418
``MONGOREPLAY_HOST`` environment variable that specifies the MongoDB
1419
1419
connection string when running ``mongoreplay play``. The new environment
1420
1420
variable can be usedinstead of the command-line ``--host`` option.
You can’t perform that action at this time.
0 commit comments