Skip to content

Commit 137b57a

Browse files
authored
DOCSP-25096 Remove mongoreplay Reference -Backport to v4.4 (#3358)
* DOCSP-25096 Remove mongoreplay Reference (#3238) * DOCSP-25096 Removes mongoreplay reference page * Fixes build issue * Fixes build issue * Fix per Ashley * Fixes build issue
1 parent 651b467 commit 137b57a

File tree

7 files changed

+8
-35
lines changed

7 files changed

+8
-35
lines changed

source/includes/extracts-4.0-errata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ref: 4.0-errata-tools-2058
22
content: |
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
---

source/reference/program.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ provide diagnostic information related to the current operation of a
175175

176176
/reference/program/mongostat
177177
/reference/program/mongotop
178-
/reference/program/mongoreplay
179178

180179
Security Tools
181180
--------------
@@ -236,4 +235,4 @@ MongoDB Compass
236235
:maxdepth: 1
237236
:hidden:
238237

239-
/reference/program/install_compass
238+
/reference/program/install_compass

source/reference/program/mongoreplay.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

source/release-notes/3.4-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/release-notes/3.4.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
11491149
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
11511151
instance, and then replay the commands back onto another host at a
11521152
later time.
11531153

1154-
:binary:`~bin.mongoreplay` is available for Linux and macOS.
1154+
``mongoreplay`` is available for Linux and macOS.
11551155

11561156
General Enhancements
11571157
--------------------

source/release-notes/3.6-compatibility.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ Remove Diagnostic Logging Command and Option
502502

503503
MongoDB 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
506506
your MongoDB deployment.
507507

508508
.. _3.6-validate-compatibility:

source/release-notes/4.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ support matrix.
14141414
MongoDB 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
14191419
connection string when running ``mongoreplay play``. The new environment
14201420
variable can be usedinstead of the command-line ``--host`` option.

0 commit comments

Comments
 (0)