Skip to content
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
13 changes: 13 additions & 0 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1920,3 +1920,16 @@ raw: /manual/core/wildcard -> ${base}/manual/core/index-wildcard/
[v4.4]: /${version}/release-notes/5.0-compatibility -> ${base}/${version}/release-notes/4.4-compatibility/
[v4.2]: /${version}/release-notes/5.0-compatibility -> ${base}/${version}/release-notes/4.2-compatibility/
[v4.0]: /${version}/release-notes/5.0-compatibility -> ${base}/${version}/release-notes/4.0-compatibility/

#
# Redirecting DB Tools program pages to DB Tools repo directly
#

[v5.0-*]: /${version}/reference/program/mongodump --> https://docs.mongodb.com/database-tools/mongodump/
[v5.0-*]: /${version}/reference/program/mongorestore --> https://docs.mongodb.com/database-tools/mongorestore/
[v5.0-*]: /${version}/reference/program/bsondump --> https://docs.mongodb.com/database-tools/bsondump/
[v5.0-*]: /${version}/reference/program/mongoimport --> https://docs.mongodb.com/database-tools/mongoimport/
[v5.0-*]: /${version}/reference/program/mongoexport --> https://docs.mongodb.com/database-tools/mongoexport/
[v5.0-*]: /${version}/reference/program/mongostat --> https://docs.mongodb.com/database-tools/mongostat/
[v5.0-*]: /${version}/reference/program/mongotop --> https://docs.mongodb.com/database-tools/mongotop/
[v5.0-*]: /${version}/reference/program/mongofiles --> https://docs.mongodb.com/database-tools/mongofiles/
171 changes: 21 additions & 150 deletions source/reference/program.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,126 +57,6 @@ options.
/reference/program/mongod.exe
/reference/program/mongos.exe

Binary Import and Export Tools
------------------------------

:binary:`~bin.mongodump` provides a method for creating :term:`BSON`
dump files from the :binary:`~bin.mongod` instances, while
:binary:`~bin.mongorestore` makes it possible to restore these
dumps. :binary:`~bin.bsondump` converts BSON dump files into
:term:`JSON`.

.. note:: Tools documentation migrated to `MongoDB Database Tools <https://docs.mongodb.com/database-tools>`__


Starting in MongoDB 4.4, the documentation for these
tools have been migrated to `docs.mongodb.com/database-tools
<https://docs.mongodb.com/database-tools>`__:

- :binary:`~bin.mongodump`
- :binary:`~bin.mongorestore`
- :binary:`~bin.bsondump`

For documentation on previous versions of these tools, use the
version selector in the top-left corner of the web page to
view the documentation for your desired MongoDB version.

*Quick Links to older documentation*

- :v4.2:`MongoDB 4.2 Tools </reference/program/>`
- :v4.0:`MongoDB 4.0 Tools </reference/program/>`
- :v3.6:`MongoDB 3.6 Tools </reference/program/>`

.. toctree::
:maxdepth: 1
:hidden:

/reference/program/mongodump
/reference/program/mongorestore
/reference/program/bsondump

Data Import and Export Tools
----------------------------

:binary:`~bin.mongoimport` provides a method for taking data in :term:`JSON`,
:term:`CSV`, or :term:`TSV` and importing it into a :binary:`~bin.mongod`
instance. :binary:`~bin.mongoexport` provides a method to export data from
a :binary:`~bin.mongod` instance into JSON, CSV, or TSV.

.. note::

The conversion between BSON and other formats lacks full
type fidelity. Therefore you cannot use :binary:`~bin.mongoimport` and
:binary:`~bin.mongoexport` for round-trip import and export operations.

.. note:: Tools documentation migrated to `MongoDB Database Tools <https://docs.mongodb.com/database-tools>`__


Starting in MongoDB 4.4, the documentation for these
tools have been migrated to `docs.mongodb.com/database-tools
<https://docs.mongodb.com/database-tools>`__:

- :binary:`~bin.mongoimport`
- :binary:`~bin.mongoexport`

For documentation on previous versions of these tools, use the
version selector in the top-left corner of the web page to
view the documentation for your desired MongoDB version.

*Quick Links to older documentation*

- :v4.2:`MongoDB 4.2 Tools </reference/program/>`
- :v4.0:`MongoDB 4.0 Tools </reference/program/>`
- :v3.6:`MongoDB 3.6 Tools </reference/program/>`

.. toctree::
:maxdepth: 1
:hidden:

/reference/program/mongoimport
/reference/program/mongoexport

Diagnostic Tools
----------------

.. note::

Starting in version 4.0, MongoDB offers :doc:`free Cloud monitoring
</administration/free-monitoring>` for standalones and replica sets.
For more information, see :doc:`/administration/free-monitoring`.

:binary:`~bin.mongostat` and :binary:`~bin.mongotop`
provide diagnostic information related to the current operation of a
:binary:`~bin.mongod` instance.

.. note:: Tools documentation migrated to `MongoDB Database Tools <https://docs.mongodb.com/database-tools>`__


Starting in MongoDB 4.4, the documentation for these
tools have been migrated to `docs.mongodb.com/database-tools
<https://docs.mongodb.com/database-tools>`__:

- :binary:`~bin.mongotop`
- :binary:`~bin.mongostat`

For documentation on previous versions of these tools, use the
version selector in the top-left corner of the web page to
view the documentation for your desired MongoDB version.

*Quick Links to older documentation*

- :v4.2:`MongoDB 4.2 Tools </reference/program/>`
- :v4.0:`MongoDB 4.0 Tools </reference/program/>`
- :v3.6:`MongoDB 3.6 Tools </reference/program/>`

.. toctree::
:maxdepth: 1
:hidden:

/reference/program/mongostat
/reference/program/mongotop
/reference/program/mongoreplay

Security Tools
--------------

Expand All @@ -192,48 +72,39 @@ succeeds for a given username.
/reference/program/mongoldap
/reference/program/mongokerberos

GridFS
------

:binary:`~bin.mongofiles` provides a command-line interact to a MongoDB
:term:`GridFS` storage system.

.. note:: Tools documentation migrated to `MongoDB Database Tools <https://docs.mongodb.com/database-tools>`__


Starting in MongoDB 4.4, the documentation for this
tool has been migrated to `docs.mongodb.com/database-tools
<https://docs.mongodb.com/database-tools>`__:

- :binary:`~bin.mongofiles`

For documentation on previous versions of this tool, use the
version selector in the top-left corner of the web page to
view the documentation for your desired MongoDB version.
MongoDB Compass
---------------

*Quick Links to older documentation*
.. versionadded:: 3.6

- :v4.2:`MongoDB 4.2 Tools </reference/program/>`
- :v4.0:`MongoDB 4.0 Tools </reference/program/>`
- :v3.6:`MongoDB 3.6 Tools </reference/program/>`
MongoDB is packaged with an ``install_compass`` script, which
is a platform-specific installer for
:ref:`MongoDB Compass Community Edition <compass-index>`.

.. toctree::
:maxdepth: 1
:hidden:

/reference/program/mongofiles
/reference/program/install_compass

MongoDB Compass
---------------
MongoDB Database Tools
----------------------

.. versionadded:: 3.6
Starting in MongoDB 4.4, the documentation for these
tools have been migrated to `docs.mongodb.com/database-tools
<https://docs.mongodb.com/database-tools>`__:

MongoDB is packaged with an ``install_compass`` script, which
is a platform-specific installer for
:ref:`MongoDB Compass Community Edition <compass-index>`.
For documentation on previous versions of these tools, use the
version selector in the top-left corner of the web page to
view the documentation for your desired MongoDB version.

*Quick Links to older documentation*

- :v4.2:`MongoDB 4.2 Tools </reference/program/>`
- :v4.0:`MongoDB 4.0 Tools </reference/program/>`

.. toctree::
:maxdepth: 1
:hidden:

/reference/program/install_compass
MongoDB Database Tools <https://docs.mongodb.com/database-tools/>
36 changes: 0 additions & 36 deletions source/reference/program/bsondump.txt

This file was deleted.

37 changes: 0 additions & 37 deletions source/reference/program/mongodump.txt

This file was deleted.

34 changes: 0 additions & 34 deletions source/reference/program/mongoexport.txt

This file was deleted.

34 changes: 0 additions & 34 deletions source/reference/program/mongofiles.txt

This file was deleted.

34 changes: 0 additions & 34 deletions source/reference/program/mongoimport.txt

This file was deleted.

Loading