@@ -165,16 +165,30 @@ Configure {+mdbagent+}s to Use Remote, Hybrid, or Local Downloads
165165 .. tab:: Local Mode
166166 :tabid: local
167167
168- Determine which Binaries to Store Locally and Download
169- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170-
171- For all MongoDB versions and on all :ref:`platforms <ops-manager-operating-system>`
172- that |onprem| supports, MongoDB provides :dl:`Community <community>`
173- and :dl:`Enterprise <enterprise>` installation binaries that are
174- stored as compressed ``TGZ`` archives for all platforms except Windows
175- and as ``ZIP`` archives for Windows.
168+ .. _om-determine-binaries:
169+
170+ Determine the Binaries to Store Locally and Download
171+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
172+
173+ Use this section to create a list of the binaries that you need
174+ to store locally and download.
175+
176+ MongoDB Server
177+ ++++++++++++++
178+
179+ Determine the version of MongoDB Server required for
180+ deployments, including the desired operating system,
181+ architecture, and Community or Enterprise editions.
182+
183+ For all MongoDB versions on all :ref:`platforms
184+ <ops-manager-operating-system>` that |onprem| supports, MongoDB
185+ provides :dl:`Community <community>` and :dl:`Enterprise
186+ <enterprise>` installation binaries that it stores as compressed
187+ ``.tgz`` archives for all platforms, except Windows, and as
188+ ``.zip`` archives for Windows.
176189
177- Download ``TGZ` or `ZIP`` binaries for:
190+ For local mode, you must download the ``.tgz`` or ``.zip`` binaries
191+ for:
178192
179193 - Each platform and version that your current and planned
180194 MongoDB deployments run.
@@ -183,59 +197,81 @@ Configure {+mdbagent+}s to Use Remote, Hybrid, or Local Downloads
183197 :doc:`upgrade path </tutorial/upgrade-ops-manager>` of
184198 any existing MongoDB deployments you want to upgrade.
185199
186- .. note::
200+ .. note::
187201
188- If you download a binary archive using Microsoft Edge, the
189- archive downloads with a ``.gz`` extension instead of a ``.tgz``
190- extension. Change this file's extension to ``.tgz`` before continuing.
202+ If you download a binary archive using Microsoft Edge, the
203+ archive downloads with a ``.gz`` extension instead of a
204+ ``.tgz`` extension. Change this file's extension to ``.tgz``
205+ before you continue.
191206
192- .. example::
207+ .. example::
193208
194- If you import an existing deployment of MongoDB 3.4
195- Community on Ubuntu 14.04 and want to upgrade it to
196- MongoDB 4.0 Enterprise on Ubuntu 14.04, you must
197- download and store all archived (``TGZ``) binaries for:
209+ If you import an existing deployment of MongoDB 3.4
210+ Community on Ubuntu 14.04 and want to upgrade it to
211+ MongoDB 4.0 Enterprise on Ubuntu 14.04, you must
212+ download and store all archived (``.tgz``) binaries for the
213+ following versions:
198214
199- - MongoDB 3.4 Community Edition
200- - MongoDB 3.6 Community Edition
201- - MongoDB 4.0 Community Edition
202- - MongoDB 4.0 Enterprise Edition
215+ - MongoDB 3.4 Community Edition
216+ - MongoDB 3.6 Community Edition
217+ - MongoDB 4.0 Community Edition
218+ - MongoDB 4.0 Enterprise Edition
203219
204220 - If you are running backups, you need the MongoDB binary for
205- the platform on which the |onprem| :opsmgr:`Backup Daemon </reference/glossary/#std-term-backup-daemon>`
221+ the platform on which the |onprem| :opsmgr:`Backup Daemon
222+ </reference/glossary/#std-term-backup-daemon>`
206223 runs.
207224
208225 .. example::
209226
210227 If you are running a MongoDB replica set on MongoDB 3.6.8
211228 on a set of Ubuntu hosts and running |onprem| on Windows,
212- you must download and store archived binaries of MongoDB 3.6.8 for
213- Ubuntu (``TGZ ``) and for Windows (``ZIP ``).
229+ you must download and store archived binaries of MongoDB
230+ 3.6.8 for Ubuntu (``.tgz ``) and for Windows (``.zip ``).
214231
215- - If you are running
216- :doc:`queryable backups </tutorial/query-backup>`,
217- you need the Enterprise edition of the MongoDB version that
218- your deployment runs.
232+ - If you are running :doc:`queryable backups
233+ </tutorial/query-backup>`, you need the Enterprise edition of
234+ the MongoDB version that your deployment runs.
219235
220236 .. example::
221237
222238 If you are running a MongoDB replica set on MongoDB 3.6.8
223239 on a set of Ubuntu hosts and want to query backups from
224240 an |onprem| install on Windows, you must download and store
225- archived binaries of MongoDB Community 3.6.8 for Ubuntu (``TGZ``)
226- and MongoDB Enterprise 3.6.8 Windows (``ZIP ``).
241+ archived binaries of MongoDB Community 3.6.8 for Ubuntu
242+ (``.tgz``) and MongoDB Enterprise 3.6.8 Windows (``.zip ``).
227243
228- - If you are running |onprem| 4.4 or later, for each platform and
229- version that you need to support, download the
230- :dl:`MongoDB Database Tools <database-tools>`in the ``TGZ`` format
231- into the :setting:`Versions Directory`. These tools include
232- :dbtools:`/mongodump` and :dbtools:`/mongorestore`.
244+ MongoDB Database Tools
245+ ++++++++++++++++++++++
233246
234- .. note::
247+ Determine the version of MongoDB Tools that your |onprem| version
248+ requires. Check the :ref:`mms-changelog` to see what MongoDB
249+ Tools version your |onprem| version requires. During |onprem|
250+ upgrades, ensure you have the latest version that your new
251+ version of |onprem| requires.
252+
253+ For each platform and version that you need to support,
254+ you must download the :dl:`MongoDB Database Tools
255+ <database-tools>` in the ``.tgz`` format into the
256+ :setting:`Versions Directory`. These tools include
257+ :dbtools:`mongodump </mongodump>` and :dbtools:`mongorestore
258+ </mongorestore>`.
259+
260+ .. note::
261+
262+ .. include:: /includes/install/db-tools-separate-from-server.rst
263+
264+ .. include:: /includes/install/use-agent-install-binaries.rst
235265
236- .. include:: /includes/install/db-tools-separate-from-server.rst
266+ MongoDB Shell
267+ +++++++++++++
237268
238- .. include:: /includes/install/use-agent-install-binaries.rst
269+ If you have |onprem| 6.0.24 or later, you can optionally download
270+ {+mongosh+}. Determine the {+mongosh+} version that your |onprem|
271+ version uses. Check the :ref:`mms-changelog` to see what
272+ {+mongosh+} version your |onprem| version uses. During
273+ |onprem| upgrades, ensure you have the latest version that your
274+ new version of |onprem| uses.
239275
240276 Configure {+mdbagent+}s to Use Local Downloads
241277 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments