Skip to content

Commit eb584cf

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

File tree

4 files changed

+0
-46
lines changed

4 files changed

+0
-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/tutorial/install-mongodb-on-os-x.txt

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

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

236232
- If you started MongoDB **as a macOS service**:
@@ -263,10 +259,6 @@ running instance. From a new terminal, issue the following:
263259

264260
mongosh
265261

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

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

0 commit comments

Comments
 (0)