Skip to content

Commit e71efd6

Browse files
(DOCS-15274): MongoDB installs are now notarized on macOS (#1061)
* (DOCS-15274): MongoDB installs are now notarized on macOS * update release notes * wording * remove extract file
1 parent e78fccb commit e71efd6

File tree

5 files changed

+7
-46
lines changed

5 files changed

+7
-46
lines changed

source/includes/extracts-macos-prevent-from-launch.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

source/includes/extracts-macos-prevent-launch-base.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

source/includes/steps-run-mongodb-on-osx.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ action:
7676
language: sh
7777
code: |
7878
mongod --config /usr/local/etc/mongod.conf
79-
post: |
80-
.. note:: macOS Prevents ``mongod`` From Opening
81-
82-
83-
.. include:: /includes/extracts/macos-prevent-launch-mongod.rst
8479
8580
# End-for-getting-started-guide
8681
---
@@ -111,10 +106,6 @@ action:
111106
code: |
112107
mongosh
113108
post: |
114-
.. note:: macOS Prevents ``mongosh`` From Opening
115-
116-
117-
.. include:: /includes/extracts/macos-prevent-launch-mongo.rst
118109
119110
For more information on connecting using :binary:`~bin.mongosh`,
120111
such as to connect to a :binary:`~bin.mongod` instance running
@@ -129,4 +120,3 @@ replacement:
129120
mongod: ":binary:`~bin.mongod`"
130121
mongo: ":binary:`~bin.mongosh`"
131122
...
132-

source/release-notes/6.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ the changes introduced in these releases, see the following pages:
2929
To learn more about the differences between |lts| and Rapid releases,
3030
see :ref:`release-version-numbers`.
3131

32+
Installation
33+
------------
34+
35+
Starting in MongoDB 6.0 (and 5.0.9, 4.4.14, 4.2.20), MongoDB
36+
installations on macOS are notarized. When installing on macOS, you no
37+
longer need to instruct macOS to trust MongoDB binaries.
38+
3239
Stable API
3340
----------
3441

source/tutorial/install-mongodb-on-os-x.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,6 @@ during the install. You can add your own MongoDB
228228
:doc:`configuration options </reference/configuration-options>` to
229229
this file as well.
230230

231-
.. note:: macOS Prevents ``mongod`` From Opening
232-
233-
.. include:: /includes/extracts/macos-prevent-launch-mongod.rst
234-
235231
To verify that MongoDB is running, perform one of the following:
236232

237233
- If you started MongoDB **as a macOS service**:
@@ -264,10 +260,6 @@ running instance. From a new terminal, issue the following:
264260

265261
mongosh
266262

267-
.. note:: macOS Prevents ``mongosh`` From Opening
268-
269-
.. include:: /includes/extracts/macos-prevent-launch-mongo.rst
270-
271263
For information on CRUD (Create,Read,Update,Delete) operations, see:
272264

273265
- :doc:`/tutorial/insert-documents`

0 commit comments

Comments
 (0)