79699430

Date: 2025-07-12 16:40:14
Score: 0.5
Natty:
Report link

in some other situations you need to use the same folder path if you you specify ./backup in dump use it in restore. Even though your path will become like this ./backup/dbname

mongodump --uri='...' --out=./backup

mongorestore --uri='...' --dir=./backup

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bryanjez