Skip to content

Commit fee7d02

Browse files
author
Sam Kleinman
committed
DOCS-569: adding upgrade instructions
1 parent 8158c22 commit fee7d02

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ Homebrew system.
6060

6161
brew install mongodb
6262

63+
Later, if you need to upgrade MongoDB, you can issue the following
64+
sequence of commands to update the MongoDB installation on your
65+
system:
66+
67+
.. code-block:: sh
68+
69+
brew update
70+
brew upgrade mongodb
71+
6372
MacPorts
6473
~~~~~~~~
6574

0 commit comments

Comments
 (0)