File tree Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 6
6
*Released 2022-02-03 *
7
7
8
8
This release fixes an issue where inserting large documents with
9
- :ref: `mongorestore ` or :ref: `mongoimport ` could cause extremely high
10
- memory usage (:issue: `TOOLS-2875 `). It also fixes a few minor bugs.
9
+ :ref: `mongorestore <mongorestore >` or :ref: `mongoimport <mongoimport >`
10
+ could cause extremely high memory usage (:issue: `TOOLS-2875 `). It also
11
+ fixes a few minor bugs.
11
12
12
13
Bug
13
14
~~~
Original file line number Diff line number Diff line change 51
51
- :issue: `TOOLS-3256 ` Make the push tasks only run on git tags
52
52
- :issue: `TOOLS-3257 ` Override deprecated mongo shell functions to fix
53
53
qa-tests-latest
54
- - :issue: `TOOLS-3259 ` Remove 6.3 tests on `ZAP s390x RHEL 7.2 ` and ` ZAP
55
- PPC64LE RHEL 8.1 `
54
+ - :issue: `TOOLS-3259 ` Remove 6.3 tests on `` ZAP s390x RHEL 7.2 `` and
55
+ `` ZAP PPC64LE RHEL 8.1` `
56
56
- :issue: `TOOLS-3260 ` Fix qa-tests on Debian 11
Original file line number Diff line number Diff line change
1
+ Ubuntu 18.04 may use a non-standard DNS resolver. When you use a
2
+ non-standard DNS resolver, |app-name | returns an error message like:
3
+
4
+ .. code-block :: shell
5
+ :copyable: false
6
+
7
+ error parsing uri: lookup < HOSTNAME> on 127.0.0.53:53: cannot unmarshal DNS message
8
+
9
+ To resolve the problem, edit ``/etc/resolv.conf `` to point to a
10
+ different DNS resolver.
Original file line number Diff line number Diff line change @@ -75,6 +75,12 @@ Platform Support
75
75
76
76
.. include:: /includes/fact-platform-support.rst
77
77
78
+ Additional Considerations for Ubuntu 18.04
79
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
80
+
81
+ .. |app-name| replace:: ``mongodump``
82
+ .. include:: /includes/ubuntu-connection.rst
83
+
78
84
Installation
79
85
------------
80
86
Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ platforms:
62
62
63
63
.. include:: /includes/fact-platform-support.rst
64
64
65
+ Additional Considerations for Ubuntu 18.04
66
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67
+
68
+ .. |app-name| replace:: ``mongorestore``
69
+ .. include:: /includes/ubuntu-connection.rst
70
+
65
71
Installation
66
72
------------
67
73
You can’t perform that action at this time.
0 commit comments