Skip to content

Commit 1e636c4

Browse files
(DOCSP-12859): Upgrade in Local Mode, only install DBTools for OM 4.4… (#415)
* (DOCSP-12859): Upgrade in Local Mode, only install DBTools for OM 4.4.0-4.4.3 * Fix attribution URLs
1 parent fffa011 commit 1e636c4

File tree

3 files changed

+30
-11
lines changed

3 files changed

+30
-11
lines changed

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@
222222
'atlas': ('http://docs.atlas.mongodb.com/%s', ''),
223223
'bic': ('https://docs.mongodb.com/bi-connector/current%s',''),
224224
'compass': ('https://docs.mongodb.com/compass/current%s',''),
225-
'product': ('http://www.mongodb.com/products/%s?jmp=docs',''),
226-
'dl': ('http://www.mongodb.com/download-center/%s?jmp=docs',''),
227-
'website': ('https://www.mongodb.com%s?jmp=docs',''),
225+
'product': ('http://www.mongodb.com/products/%s?tck=docs',''),
226+
'dl': ('http://www.mongodb.com/download-center/%s?tck=docs',''),
227+
'website': ('https://www.mongodb.com%s?tck=docs',''),
228228
'wikipedia' : ('https://en.wikipedia.org/wiki%s', ''),
229229
'k8sdocs': ('https://kubernetes.io/docs%s', ''),
230230
'v1.2': ('https://docs.mongodb.com/kubernetes-operator/v1.2%s', ''),

source/includes/steps-deploy-k8s-opsmgr-local-mode.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ content: |
118118
119119
curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz
120120
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
122123
download the Ubuntu 16.04 MongoDB Database Tools installation
123124
tarball. For example, to download the ``{+mdbtools-version+}`` release:
124125
@@ -137,7 +138,8 @@ content: |
137138
138139
curl -OL https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel<version>-4.4.0.tgz
139140
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
141143
download the RHEL MongoDB Database Tools installation
142144
tarball. For example, to download the ``{+mdbtools-version+}`` release:
143145
@@ -188,7 +190,8 @@ content: |
188190
kubectl cp mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz \
189191
"ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-ubuntu1604-4.4.0.tgz"
190192
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
192195
Database Tools installation tarball to the |onprem|
193196
PersistentVolume. For example, to copy the
194197
``{+mdbtools-version+}`` release:
@@ -231,7 +234,8 @@ content: |
231234
oc rsync "ops-manager-localmode-1:/mongodb-ops-manager/mongodb-releases/mongodb-linux-x86_64-rhel<version>-4.4.0.tgz" \
232235
mongodb-linux-x86_64-rhel<version>-4.4.0.tgz
233236
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
235239
Database Tools installation tarball to the |onprem|
236240
PersistentVolume. For example, to copy the
237241
``{+mdbtools-version+}`` release:

source/tutorial/deploy-om-container-local-mode.txt

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,25 @@ Considerations
3131
--------------
3232

3333
When you upgrade the version of an |onprem| resource in Local
34-
Mode, you must also upgrade to the latest version of the :dl:`MongoDB
35-
Database Tools <database-tools>`. ``automation.versions.directory``
36-
specifies the location of the Database Tools, which defaults to
37-
``/mongodb-ops-manager/mongodb-releases/``.
34+
Mode, you might need to install the latest version of the :dl:`MongoDB
35+
Database Tools <database-tools>`.
36+
37+
.. list-table::
38+
:header-rows: 1
39+
:widths: 30 70
40+
41+
* - |onprem| Version
42+
- Action
43+
44+
* - 4.4.4+
45+
- No installation necessary.
46+
47+
* - 4.4.0 - 4.4.3
48+
- Install the latest version of the :dl:`MongoDB Database Tools
49+
<database-tools>`.
50+
``automation.versions.directory`` specifies
51+
the location of the Database Tools, which defaults to
52+
``/mongodb-ops-manager/mongodb-releases/``.
3853

3954
Prerequisites
4055
-------------

0 commit comments

Comments
 (0)