@@ -162,16 +162,30 @@ Configure {+mdbagent+}s to Use Remote, Hybrid, or Local Downloads
162162 .. tab:: Local Mode
163163 :tabid: local
164164
165- Determine which Binaries to Store Locally and Download
166- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
167-
168- For all MongoDB versions and on all :ref:`platforms <ops-manager-operating-system>`
169- that |onprem| supports, MongoDB provides :dl:`Community <community>`
170- and :dl:`Enterprise <enterprise>` installation binaries that are
171- stored as compressed ``TGZ`` archives for all platforms except Windows
172- and as ``ZIP`` archives for Windows.
165+ .. _om-determine-binaries:
166+
167+ Determine the Binaries to Store Locally and Download
168+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
169+
170+ Use this section to create a list of the binaries that you need
171+ to store locally and download.
172+
173+ MongoDB Server
174+ ++++++++++++++
175+
176+ Determine the version of MongoDB Server required for
177+ deployments, including the desired operating system,
178+ architecture, and Community or Enterprise editions.
179+
180+ For all MongoDB versions on all :ref:`platforms
181+ <ops-manager-operating-system>` that |onprem| supports, MongoDB
182+ provides :dl:`Community <community>` and :dl:`Enterprise
183+ <enterprise>` installation binaries that it stores as compressed
184+ ``.tgz`` archives for all platforms, except Windows, and as
185+ ``.zip`` archives for Windows.
173186
174- Download ``TGZ` or `ZIP`` binaries for:
187+ For local mode, you must download the ``.tgz`` or ``.zip`` binaries
188+ for:
175189
176190 - Each platform and version that your current and planned
177191 MongoDB deployments run.
@@ -180,59 +194,81 @@ Configure {+mdbagent+}s to Use Remote, Hybrid, or Local Downloads
180194 :doc:`upgrade path </tutorial/upgrade-ops-manager>` of
181195 any existing MongoDB deployments you want to upgrade.
182196
183- .. note::
197+ .. note::
184198
185- If you download a binary archive using Microsoft Edge, the
186- archive downloads with a ``.gz`` extension instead of a ``.tgz``
187- extension. Change this file's extension to ``.tgz`` before continuing.
199+ If you download a binary archive using Microsoft Edge, the
200+ archive downloads with a ``.gz`` extension instead of a
201+ ``.tgz`` extension. Change this file's extension to ``.tgz``
202+ before you continue.
188203
189- .. example::
204+ .. example::
190205
191- If you import an existing deployment of MongoDB 3.4
192- Community on Ubuntu 14.04 and want to upgrade it to
193- MongoDB 4.0 Enterprise on Ubuntu 14.04, you must
194- download and store all archived (``TGZ``) binaries for:
206+ If you import an existing deployment of MongoDB 3.4
207+ Community on Ubuntu 14.04 and want to upgrade it to
208+ MongoDB 4.0 Enterprise on Ubuntu 14.04, you must
209+ download and store all archived (``.tgz``) binaries for the
210+ following versions:
195211
196- - MongoDB 3.4 Community Edition
197- - MongoDB 3.6 Community Edition
198- - MongoDB 4.0 Community Edition
199- - MongoDB 4.0 Enterprise Edition
212+ - MongoDB 3.4 Community Edition
213+ - MongoDB 3.6 Community Edition
214+ - MongoDB 4.0 Community Edition
215+ - MongoDB 4.0 Enterprise Edition
200216
201217 - If you are running backups, you need the MongoDB binary for
202- the platform on which the |onprem| :opsmgr:`Backup Daemon </reference/glossary/#std-term-backup-daemon>`
218+ the platform on which the |onprem| :opsmgr:`Backup Daemon
219+ </reference/glossary/#std-term-backup-daemon>`
203220 runs.
204221
205222 .. example::
206223
207224 If you are running a MongoDB replica set on MongoDB 3.6.8
208225 on a set of Ubuntu hosts and running |onprem| on Windows,
209- you must download and store archived binaries of MongoDB 3.6.8 for
210- Ubuntu (``TGZ ``) and for Windows (``ZIP ``).
226+ you must download and store archived binaries of MongoDB
227+ 3.6.8 for Ubuntu (``.tgz ``) and for Windows (``.zip ``).
211228
212- - If you are running
213- :doc:`queryable backups </tutorial/query-backup>`,
214- you need the Enterprise edition of the MongoDB version that
215- your deployment runs.
229+ - If you are running :doc:`queryable backups
230+ </tutorial/query-backup>`, you need the Enterprise edition of
231+ the MongoDB version that your deployment runs.
216232
217233 .. example::
218234
219235 If you are running a MongoDB replica set on MongoDB 3.6.8
220236 on a set of Ubuntu hosts and want to query backups from
221237 an |onprem| install on Windows, you must download and store
222- archived binaries of MongoDB Community 3.6.8 for Ubuntu (``TGZ``)
223- and MongoDB Enterprise 3.6.8 Windows (``ZIP ``).
238+ archived binaries of MongoDB Community 3.6.8 for Ubuntu
239+ (``.tgz``) and MongoDB Enterprise 3.6.8 Windows (``.zip ``).
224240
225- - If you are running |onprem| 4.4 or later, for each platform and
226- version that you need to support, download the
227- :dl:`MongoDB Database Tools <database-tools>`in the ``TGZ`` format
228- into the :setting:`Versions Directory`. These tools include
229- :dbtools:`/mongodump` and :dbtools:`/mongorestore`.
241+ MongoDB Database Tools
242+ ++++++++++++++++++++++
230243
231- .. note::
244+ Determine the version of MongoDB Tools that your |onprem| version
245+ requires. Check the :ref:`mms-changelog` to see what MongoDB
246+ Tools version your |onprem| version requires. During |onprem|
247+ upgrades, ensure you have the latest version that your new
248+ version of |onprem| requires.
249+
250+ For each platform and version that you need to support,
251+ you must download the :dl:`MongoDB Database Tools
252+ <database-tools>` in the ``.tgz`` format into the
253+ :setting:`Versions Directory`. These tools include
254+ :dbtools:`mongodump </mongodump>` and :dbtools:`mongorestore
255+ </mongorestore>`.
256+
257+ .. note::
258+
259+ .. include:: /includes/install/db-tools-separate-from-server.rst
260+
261+ .. include:: /includes/install/use-agent-install-binaries.rst
232262
233- .. include:: /includes/install/db-tools-separate-from-server.rst
263+ MongoDB Shell
264+ +++++++++++++
234265
235- .. include:: /includes/install/use-agent-install-binaries.rst
266+ If you have |onprem| 7.0.5 or later, you can optionally download
267+ {+mongosh+}. Determine the {+mongosh+} version that your |onprem|
268+ version uses. Check the :ref:`mms-changelog` to see what
269+ {+mongosh+} version your |onprem| version uses. During
270+ |onprem| upgrades, ensure you have the latest version that your
271+ new version of |onprem| uses.
236272
237273 Configure {+mdbagent+}s to Use Local Downloads
238274 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments