-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathREADME.md
34 lines (24 loc) · 1.11 KB
/
README.md
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
# docs-commandline-tools
This repository contains documentation for the MongoDB Database Tools
(`mongoimport`, `mongoexport`, etc.). Beginning with MongoDB 4.4, the
Database Tools are released separately from the core server package.
Consequently, the MongoDB Database Tools documentation has also been
moved to its own repository, maintained here, and is no longer part of
the core Server Manual from version 4.4 onwards.
The documentation for previous versions of the Database Tools can be
found in the Server Manual repository:
- https://github.com/mongodb/docs
The live documentation for the Database Tools can be found at the
following URL:
- https://www.mongodb.com/docs/database-tools/
Report Issues
-------------
To file issues or requests regarding the documentation, go to the
`Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>`_.
License
-------
All documentation is available under the terms of a `Creative Commons
License <https://creativecommons.org/licenses/by-nc-sa/3.0/>`_.
If you have any questions, please contact `[email protected]
<mailto:[email protected]>`_.
-- The MongoDB Documentation Team