Skip to content

Commit 69bd51c

Browse files
authored
DOCSP-25096 Remove mongoreplay Reference (#3238)
* DOCSP-25096 Removes mongoreplay reference page * Fixes build issue * Fixes build issue * Fix per Ashley
1 parent 4d41236 commit 69bd51c

File tree

8 files changed

+8
-39
lines changed

8 files changed

+8
-39
lines changed

config/redirects

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

snooty.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,11 +360,6 @@ file = "reference/program/mongokerberos.txt"
360360
title = "mongokerberos"
361361
section = 1
362362

363-
[manpages.mongoreplay]
364-
file = "reference/program/mongoreplay.txt"
365-
title = "mongoreplay"
366-
section = 1
367-
368363
[manpages.mongos]
369364
file = "reference/program/mongos.txt"
370365
title = "mongos"

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/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
@@ -1147,13 +1147,13 @@ MongoDB Tools
11471147
``mongoreplay``
11481148
~~~~~~~~~~~~~~~
11491149

1150-
MongoDB introduces :binary:`~bin.mongoreplay`, a workload capture and
1150+
MongoDB introduces ``mongoreplay``, a workload capture and
11511151
analysis tool that replaces ``mongosniff``. You can use
1152-
:binary:`~bin.mongoreplay` to inspect and record commands sent to a MongoDB
1152+
``mongoreplay`` to inspect and record commands sent to a MongoDB
11531153
instance, and then replay the commands back onto another host at a
11541154
later time.
11551155

1156-
:binary:`~bin.mongoreplay` is available for Linux and macOS.
1156+
``mongoreplay`` is available for Linux and macOS.
11571157

11581158
General Enhancements
11591159
--------------------

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)