-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathmongoexport-compatibility-and-installation.txt
61 lines (42 loc) · 1.31 KB
/
mongoexport-compatibility-and-installation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.. _mongoexport-compatibility-and-installation:
================================================
mongoexport Compatibility and Installation
================================================
.. default-domain:: mongodb
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
.. facet::
:name: genre
:values: reference
.. facet::
:name: programming_language
:values: shell
.. |arrow| unicode:: U+27A4
.. |tool-binary| replace:: ``mongoexport``
.. |app-name| replace:: ``mongoexport``
This page describes software compatibility and installation for version
``{+release+}`` of |tool-binary|.
Starting in MongoDB 4.4, the {+dbtools+} are released separately from
the MongoDB Server. The {+dbtools+} use their own versioning, with an
initial version of ``100.0.0``.
Compatibility
-------------
MongoDB Server Compatibility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. include:: /includes/extracts/dbtools-compatibility-single.rst
Platform Support
~~~~~~~~~~~~~~~~
|tool-binary| version ``{+release+}`` is supported on the following
platforms:
.. include:: /includes/fact-platform-support.rst
Installation
------------
.. include:: /includes/fact-see-install-guide.rst
Learn More
----------
- :ref:`mongoexport`
- :ref:`mongoexport Behavior <mongoexport-behavior>`
- :ref:`mongoexport-examples`