@@ -118,7 +118,8 @@ content: |
118
118
119
119
curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz
120
120
121
- #. If you deployed |onprem| 4.4.0 and later, you must also
121
+ #. If you deployed a version of |onprem| from 4.4.0 up to and
122
+ including 4.4.3, you must also
122
123
download the Ubuntu 16.04 MongoDB Database Tools installation
123
124
tarball. For example, to download the ``{+mdbtools-version+}`` release:
124
125
@@ -137,7 +138,8 @@ content: |
137
138
138
139
curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel<version>-4.4.0.tgz
139
140
140
- #. If you deployed |onprem| 4.4.0 and later, you must also
141
+ #. If you deployed a version of |onprem| from 4.4.0 up to and
142
+ including 4.4.3, you must also
141
143
download the RHEL MongoDB Database Tools installation
142
144
tarball. For example, to download the ``{+mdbtools-version+}`` release:
143
145
@@ -188,7 +190,8 @@ content: |
188
190
kubectl cp mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz \
189
191
"ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz"
190
192
191
- #. If you deployed |onprem| 4.4.0 and later, copy the MongoDB
193
+ #. If you deployed a version of |onprem| from 4.4.0 up to and
194
+ including 4.4.3, copy the MongoDB
192
195
Database Tools installation tarball to the |onprem|
193
196
PersistentVolume. For example, to copy the
194
197
``{+mdbtools-version+}`` release:
@@ -231,7 +234,8 @@ content: |
231
234
oc rsync "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel<version>-4.4.0.tgz" \
232
235
mongodb-linux-x86_64-rhel<version>-4.4.0.tgz
233
236
234
- #. If you deployed |onprem| 4.4.0 and later, copy the MongoDB
237
+ #. If you deployed a version of |onprem| from 4.4.0 up to and
238
+ including 4.4.3, copy the MongoDB
235
239
Database Tools installation tarball to the |onprem|
236
240
PersistentVolume. For example, to copy the
237
241
``{+mdbtools-version+}`` release:
0 commit comments