@@ -204,16 +204,7 @@ this file as well.
204204.. admonition:: macOS Prevents ``mongod`` From Opening
205205 :class: note
206206
207- macOS may prevent ``mongod`` from running after installation. If
208- you receive a security error when starting ``mongod``
209- indicating that the developer could not be identified or verified,
210- do the following to grant ``mongod`` access to run:
211-
212- - Open *System Preferences*
213- - Select the *Security and Privacy* pane.
214- - Under the *General* tab, click the button to the right of the
215- message about ``mongod``, labelled either :guilabel:`Open Anyway`
216- or :guilabel:`Allow Anyway` depending on your version of macOS.
207+ .. include:: /includes/extracts/macos-prevent-launch-mongod.rst
217208
218209To verify that MongoDB is running, perform one of the following:
219210
@@ -250,16 +241,7 @@ running instance. From a new terminal, issue the following:
250241.. admonition:: macOS Prevents ``mongo`` From Opening
251242 :class: note
252243
253- macOS may prevent ``mongo`` from running after installation. If
254- you receive a security error when starting ``mongo``
255- indicating that the developer could not be identified or verified,
256- do the following to grant ``mongo`` access to run:
257-
258- - Open *System Preferences*
259- - Select the *Security and Privacy* pane.
260- - Under the *General* tab, click the button to the right of the
261- message about ``mongo``, labelled either :guilabel:`Open Anyway`
262- or :guilabel:`Allow Anyway` depending on your version of macOS.
244+ .. include:: /includes/extracts/macos-prevent-launch-mongo.rst
263245
264246For information on CRUD (Create,Read,Update,Delete) operations, see:
265247
0 commit comments