I am following this thread (MongoDB can't find data directory after upgrading to Mac OS 10.15 (Catalina)). When I hit the command mongod --dbpath ~/data/db Terminal stalls on this:
Asked
Active
Viewed 31 times
1 Answers
0
Have you checked that mongo isn't being blocked by "Security and Privacy" - take a look in system preferences - security and privacy - privacy. You might need to grant it access to the filesystem
-
Hi Steven, thanks for the response. Mongodb wasn't mentioned in any of the privacy tabs and I 'ticked' all the ones giving access permission to Terminal. No effect I'm afraid. – rfrostr Mar 19 '20 at 15:46