Can I see nodeBB database in MongoDBCompass?
-
Hi, i am pretty new to programming but I try to set up a platform where people can share tecnical ideas and build something together. However I am currently stuck in the windows installation. I am stuck at this command:
net stop MongoDB
net start MongoDB
mongo -u admin -p your_password --authenticationDatabase=adminFirst I dont really know which console I have to use for this command. I used the mongosh exe, that came with the MongoDBshell. When typing in the command, I get the following error:
- should the database nodebb be visible in MongoDBCompass? It is not under the localhost adress
Thanks in advance!
-
@Topper You need to exit the mongo cli before executing those commands
-
You said you tried git bash and it didn't work? What is the error exactly? Try using
cmd
orPowerShell
built into Windows. -
@Topper how did you install mongodb? Did you [add the mongo binaries to your PATH as documented here] (https://docs.nodebb.org/installing/os/windows/)?
-
@Topper said in Can I see nodeBB database in MongoDBCompass?:
should the database nodebb be visible in MongoDBCompass? It is not under the localhost adress
Hi !
Saw this thread on Google while searching for the same thing.Did you find an answer ?
Thank you !
-
@1019-h i have looked it up again. In my installation the database nodebb is visible. I have to say that the installation guide wasnt 100% accurate for me (Windows). After some help from people that have a better understanding of this stuff, I managed to get my forum running locally, and recently also online.
You can tell me where you are stuck in your installation, maybe i can give you some help.