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
974974[*-v3.2]: ${prefix}/${version}/reference/operator/aggregation/strLenCP -> ${base}/${version}/reference/operator/aggregation/
975975[*-v3.2]: ${prefix}/${version}/reference/operator/aggregation/reduce -> ${base}/${version}/reference/operator/aggregation/
976976[*-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/
978978(v3.2-*]: ${prefix}/${version}/tutorial/migrate-config-servers-with-different-hostnames -> ${base}/${version}/tutorial/replace-config-server/
979979(v3.2-*]: ${prefix}/${version}/migrate-config-servers-with-same-hostname -> ${base}/${version}/tutorial/replace-config-server/
980980[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 @@ -328,11 +328,6 @@ file = "reference/program/mongokerberos.txt"
328328title = " mongokerberos"
329329section = 1
330330
331- [manpages .mongoreplay ]
332- file = " reference/program/mongoreplay.txt"
333- title = " mongoreplay"
334- section = 1
335-
336331[manpages .mongos ]
337332file = " reference/program/mongos.txt"
338333title = " 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