Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/tutorial/install-mongodb-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,16 @@ Run all of the following commands in :guilabel:`Command Shell` with
:setting:`logpath` setting or the :option:`--logpath <mongod --logpath>`
run-time option.

.. note::

If you had specified alternate path for \data\db, please provide dbpath option when installing

.. code-block:: powershell

C:\mongodb\bin\mongod.exe --config C:\mongodb\mongod.cfg --dbpath d:\test\mongodb\data --install

else you may see error in starting service like "System error 1067 has occurred"

.. TODO fix --install link once mongod.exe manual page exists.

#. To run the MongoDB Service:
Expand Down