Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

1.6K
Views
how to restart mongodb in terminal?

I installed mongodb in VS code by npm install mongodb. And again I downloaded mongodb from official website and installed it as a windows service since I don't know if installing in vscode with npm is enough. It worked for a while.

and now it doesn't work as my database connection with mongoose fails and nothing is running in 27017 port in localhost. Seems like server stopped.

how to restart mongodb server? what's the CLI/terminal command etc for that?

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

On debian/ubuntu

sudo service mongod restart

over 4 years ago · Santiago Trujillo Report

0

Mongodb Services

Go to services via start button and check for the MongoDB services shown in below pic. And rest steps you can follow which @apoorva has mentioned.

over 4 years ago · Santiago Trujillo Report

0

If You Installed MongoDB as a Windows Service The MongoDB service is started upon successful installation.(please check on the below path)

To begin using MongoDB, connect a mongo.exe shell to the running MongoDB instance. Either:

From Windows Explorer/File Explorer, go to C:\Program Files\MongoDB\Server\4.4\bin\ directory and double-click on mongo.exe.

Or, open a Command Interpreter with Administrative privileges and run:

"C:\Program Files\MongoDB\Server\4.4\bin\mongo.exe"

for more details check. : https://treehouse.github.io/installation-guides/windows/mongo-windows.html

Also, you first need to start the mongodb daemon for your connections to listen then you should connect using mongoose.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!