Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hoanbka/fee557b31698ffb6746af09c32b364db to your computer and use it in GitHub Desktop.
Save hoanbka/fee557b31698ffb6746af09c32b364db to your computer and use it in GitHub Desktop.
[Mongodb] Starting MongoDB as a service with wiredTiger, default DBPath and LogPath
sudo mongod --dbpath="/var/lib/mongodb" --fork --logpath /var/log/mongodb.log --storageEngine "wiredTiger"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment