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 has been 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
replicaSet
with 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/db
is the path of your database, make sure it exists (makedir ~/mongodb/db -p
):mongosh
make run
and thePOST /user/
endpoint.bashrc
:/var/log/mongod/mongod.log
is the location where the logs will be written. Make sure the directory exists (makedir /var/log/mongod/ -p
).And it SHOULD work!
The text was updated successfully, but these errors were encountered: