You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
Is there a definitive set of instructions of how to switch a local install of MongoDB on OSX to use WiredTiger? That is if you install it with just `brew install mongodb`?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Same as with other platforms, you cannot use your existing (mmap) data
directory with WT.
So your choices would be doing mongodump, clearing or rename (and
recreating) directory and reloading data, or configuring a different
data directory path for WiredTiger. You also need to pass
--storageEngine wiredTiger flag if you want to be using wiredTiger.
--
MongoDB World is back! June 1-2 in NYC. Use code ASYA for 25% off!
Daniel Doubrovkine
unread,
Mar 16, 2015, 12:38:00 PM3/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
The mongodump/mongorestore is fine, this is a dev box. In which plist file should I be putting those parameters? What is going to happen on the next upgrade to this?