You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
We need to make a doc somewhere on how to set up
replicaSetwith mongodb since the current process is slightly convoluted.Note for this to work, it's recommended not to use the service (make sure you do
sudo service mongod stop).~/mongodb/dbis the path of your database, make sure it exists (makedir ~/mongodb/db -p):mongoshmake runand thePOST /user/endpoint.bashrc:/var/log/mongod/mongod.logis the location where the logs will be written. Make sure the directory exists (makedir /var/log/mongod/ -p).And it SHOULD work!