Skip to content

DOCS-11591: remove mongoperf in 4.0 #3290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1377,10 +1377,14 @@ raw: /master/release-notes/3.0-general-improvements -> ${base}/release-notes/3.0
[v3.6-*]: /${version}/reference/method/cursor.snapshot -> ${base}/${version}/reference/method/
[v3.6-*]: /${version}/administration/replica-sets -> ${base}/${version}/replication

# Redirects for 4.0 and greater

[v4.0-*]: /${version}/core/security-mongodb-cr -> ${base}/${version}/core/security-scram
[v4.0-*]: /${version}/reference/command/authSchemaUpgrade -> ${base}/${version}/core/security-scram
[v4.0-*]: /${version}/reference/command/copydbgetnonce -> ${base}/${version}/reference/command/copydb
[v4.0-*]: /${version}/source/reference/command/resync -> ${base}/${version}/core/master-slave
[v4.0-*]: /${version}/source/reference/program/mongoperf -> ${base}/${version}/reference/program


# 2.8 compatibility
[*]: /${version}/release-notes/2.8-downgrade -> ${base}/${version}/release-notes
Expand Down
7 changes: 0 additions & 7 deletions source/includes/extracts-run-from-cmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ inherit:
replacement:
command: :binary:`~bin.mongotop`
---
ref: require-cmd-line-mongoperf
inherit:
file: extracts-run-from-cmd.yaml
ref: _require-cmd-line
replacement:
command: :binary:`~bin.mongoperf`
---
ref: require-cmd-line-mongoreplay
inherit:
file: extracts-run-from-cmd.yaml
Expand Down
2 changes: 1 addition & 1 deletion source/includes/list-mongodb-enterprise-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ repository. This repository contains the following packages:
- Contains the following MongoDB tools: :binary:`~bin.mongoimport`
:binary:`~bin.bsondump`, :binary:`~bin.mongodump`, :binary:`~bin.mongoexport`,
:binary:`~bin.mongofiles`,
:binary:`~bin.mongoperf`, :binary:`~bin.mongorestore`, :binary:`~bin.mongostat`,
:binary:`~bin.mongorestore`, :binary:`~bin.mongostat`,
and :binary:`~bin.mongotop`.
2 changes: 1 addition & 1 deletion source/includes/list-mongodb-org-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repository contains the following packages:
- Contains the following MongoDB tools: :binary:`~bin.mongoimport`
:binary:`~bin.bsondump`, :binary:`~bin.mongodump`, :binary:`~bin.mongoexport`,
:binary:`~bin.mongofiles`,
:binary:`~bin.mongoperf`, :binary:`~bin.mongorestore`, :binary:`~bin.mongostat`,
:binary:`~bin.mongorestore`, :binary:`~bin.mongostat`,
and :binary:`~bin.mongotop`.

The ``mongodb-org-server`` package provides an initialization script
Expand Down
44 changes: 0 additions & 44 deletions source/includes/options-mongoperf.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pre: |
* - ``ImportExportTools``
- ``mongodump.exe``, ``mongorestore.exe``, ``mongoexport.exe``, ``mongoimport.exe``
* - ``MiscellaneousTools``
- ``bsondump.exe``, ``mongofiles.exe``, ``mongoperf.exe``
- ``bsondump.exe``, ``mongofiles.exe``

For instance, to install *only* the MongoDB utilities, invoke:

Expand Down
1 change: 0 additions & 1 deletion source/reference/program.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ LDAP configuration options against a running LDAP server or set of servers.

/reference/program/mongostat
/reference/program/mongotop
/reference/program/mongoperf
/reference/program/mongoreplay
/reference/program/mongoldap

Expand Down
184 changes: 0 additions & 184 deletions source/reference/program/mongoperf.txt

This file was deleted.

4 changes: 2 additions & 2 deletions source/release-notes/3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@ components. For information, see :doc:`/reference/log-messages`.
MongoDB Tools Enhancements
~~~~~~~~~~~~~~~~~~~~~~~~~~

All MongoDB tools except for :binary:`~bin.mongosniff` and
:binary:`~bin.mongoperf` are now written in Go and maintained as a separate
All MongoDB tools except for ``mongosniff`` and
``mongoperf`` are now written in Go and maintained as a separate
project.

- New options for parallelized :binary:`~bin.mongodump` and
Expand Down
6 changes: 6 additions & 0 deletions source/release-notes/4.0-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,9 @@ uses master-slave replication, you must upgrade to a replica set.
To convert your master-slave replication, see
:ref:`convert-master-slave-to-replica-set`.

General
-------

- Remove ``mongoperf``.