Skip to content

Commit 3a0dfac

Browse files
schmallisokay-kim
authored andcommitted
DOCS-10957: removes deprecated mongooplog from 3.6 docs
1 parent c8821ac commit 3a0dfac

12 files changed

+13
-386
lines changed

source/includes/extracts-fact-3.0-tools-drop-dbpath-support.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,4 @@ replacement:
2525
inherit:
2626
ref: _tools-drop-dbpath
2727
file: extracts-parent-fact-3.0-tools-drop-dbpath-support.yaml
28-
---
29-
ref: fact-3.0-tools-drop-dbpath-support-mongooplog
30-
replacement:
31-
program: ":program:`mongooplog`"
32-
inherit:
33-
ref: _tools-drop-dbpath
34-
file: extracts-parent-fact-3.0-tools-drop-dbpath-support.yaml
3528
...

source/includes/extracts-run-from-cmd.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ inherit:
2323
replacement:
2424
command: :program:`bsondump`
2525
---
26-
ref: require-cmd-line-mongooplog
27-
inherit:
28-
file: extracts-run-from-cmd.yaml
29-
ref: _require-cmd-line
30-
replacement:
31-
command: :program:`mongooplog`
32-
---
3326
ref: require-cmd-line-mongoimport
3427
inherit:
3528
file: extracts-run-from-cmd.yaml

source/includes/list-mongodb-enterprise-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ repository. This repository contains the following packages:
2525
* - ``mongodb-enterprise-tools``
2626
- Contains the following MongoDB tools: :program:`mongoimport`
2727
:program:`bsondump`, :program:`mongodump`, :program:`mongoexport`,
28-
:program:`mongofiles`, :program:`mongooplog`,
28+
:program:`mongofiles`,
2929
:program:`mongoperf`, :program:`mongorestore`, :program:`mongostat`,
3030
and :program:`mongotop`.

source/includes/list-mongodb-org-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repository contains the following packages:
2828
* - ``mongodb-org-tools``
2929
- Contains the following MongoDB tools: :program:`mongoimport`
3030
:program:`bsondump`, :program:`mongodump`, :program:`mongoexport`,
31-
:program:`mongofiles`, :program:`mongooplog`,
31+
:program:`mongofiles`,
3232
:program:`mongoperf`, :program:`mongorestore`, :program:`mongostat`,
3333
and :program:`mongotop`.
3434

source/includes/options-mongooplog.yaml

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

source/includes/steps-install-mongodb-on-windows-unattended.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pre: |
3939
* - ``ImportExportTools``
4040
- ``mongodump.exe``, ``mongorestore.exe``, ``mongoexport.exe``, ``mongoimport.exe``
4141
* - ``MiscellaneousTools``
42-
- ``bsondump.exe``, ``mongofiles.exe``, ``mongooplog.exe``, ``mongoperf.exe``
42+
- ``bsondump.exe``, ``mongofiles.exe``, ``mongoperf.exe``
4343
4444
For instance, to install *only* the MongoDB utilities, invoke:
4545

source/reference/program.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,12 @@ dump files from the :program:`mongod` instances, while
4949
dumps. :program:`bsondump` converts BSON dump files into
5050
:term:`JSON`.
5151

52-
.. deprecated:: 3.2
53-
54-
:program:`mongooplog`
55-
56-
5752
.. toctree::
5853
:maxdepth: 1
5954

6055
/reference/program/mongodump
6156
/reference/program/mongorestore
6257
/reference/program/bsondump
63-
/reference/program/mongooplog
6458

6559
Data Import and Export Tools
6660
----------------------------

0 commit comments

Comments
 (0)