File tree Expand file tree Collapse file tree 8 files changed +8
-39
lines changed Expand file tree Collapse file tree 8 files changed +8
-39
lines changed Original file line number Diff line number Diff line change @@ -974,7 +974,7 @@ raw: ${prefix}/master/release-notes/3.3-dev-series-reference -> ${base}/master/r
974
974
[*-v3.2]: ${prefix}/${version}/reference/operator/aggregation/strLenCP -> ${base}/${version}/reference/operator/aggregation/
975
975
[*-v3.2]: ${prefix}/${version}/reference/operator/aggregation/reduce -> ${base}/${version}/reference/operator/aggregation/
976
976
[*-v3.2]: ${prefix}/${version}/reference/operator/aggregation/zip -> ${base}/${version}/reference/operator/aggregation/
977
- [*-v3.2 ]: ${prefix}/${version}/reference/program/mongoreplay -> ${base}/${version}/reference/program/
977
+ [*]: ${prefix}/${version}/reference/program/mongoreplay -> ${base}/${version}/reference/program/
978
978
(v3.2-*]: ${prefix}/${version}/tutorial/migrate-config-servers-with-different-hostnames -> ${base}/${version}/tutorial/replace-config-server/
979
979
(v3.2-*]: ${prefix}/${version}/migrate-config-servers-with-same-hostname -> ${base}/${version}/tutorial/replace-config-server/
980
980
[v3.2]: ${prefix}/${version}/release-notes/3.4 -> ${base}/${version}/manual/release-notes/3.4/
Original file line number Diff line number Diff line change @@ -343,11 +343,6 @@ file = "reference/program/mongokerberos.txt"
343
343
title = " mongokerberos"
344
344
section = 1
345
345
346
- [manpages .mongoreplay ]
347
- file = " reference/program/mongoreplay.txt"
348
- title = " mongoreplay"
349
- section = 1
350
-
351
346
[manpages .mongos ]
352
347
file = " reference/program/mongos.txt"
353
348
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 @@ -1412,7 +1412,7 @@ support matrix.
1412
1412
MongoDB Tools
1413
1413
-------------
1414
1414
1415
- The :binary:`~bin.mongoreplay` `` play`` command supports a new
1415
+ The ``mongoreplay play`` command supports a new
1416
1416
``MONGOREPLAY_HOST`` environment variable that specifies the MongoDB
1417
1417
connection string when running ``mongoreplay play``. The new environment
1418
1418
variable can be usedinstead of the command-line ``--host`` option.
You can’t perform that action at this time.
0 commit comments