Skip to content

Commit 1d9dbff

Browse files
authored
1 parent 2c431dd commit 1d9dbff

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.. important::
2+
3+
Use the latest versions of :dbtools:`MongoDB Database Tools </installation/installation/>`,
4+
which include :binary:`mongodump <bin.mongodump>` and :binary:`mongorestore <bin.mongorestore>`.
5+
Use the latest version of {+mongosh+}.
6+
7+
Older versions of :binary:`mongodump <bin.mongodump>` include an issue
8+
that can cause keys in collection options to be dumped in the wrong order.
9+
To learn more, see `TOOLS-3411 <https://jira.mongodb.org/browse/TOOLS-3411>`__.

source/tutorial/query-backup.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Connections to these instances are over |tls-ssl| and require
8080
Prerequisites
8181
-------------
8282

83+
.. include:: /includes/facts/fact-latest-mongodb-tools.rst
84+
8385
Encrypted Snapshot Support for Local Mode
8486
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8587

source/tutorial/restore-single-database.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ restored database, plus additional space for dataset growth. Use
2424
:manual:`db.stats() </reference/method/db.stats/>` to find the current
2525
database size.
2626

27+
.. include:: /includes/facts/fact-latest-mongodb-tools.rst
28+
2729
.. _restore-from-queryable-backup:
2830

2931
Restore a Database or Collection from Queryable Backup

0 commit comments

Comments
 (0)