Hi,
I have deployed MongoDB on my Macbook/OSX with brew.
Created mongod.conf file with all basic fields as: systemlog, storage, net.
It works perfectly - I created admin, use DB, etc.
Then tired to do authorisation/security.
So when added under security: authorisation: enabled, it works well to.
So then tried to do keyfile with key. I created key as requested on doc pages.
Then made chmod 400 to the file - which is located in anyplace, but could be as /opt/homebrew/etc
mongod is running from my account, so there are privilidges as they should be.
But it’s not starting.
shows: mongodb-community@5.0 error 512 under ‘brew services list’
Any hints?
Thanks. J.