python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Unable to copy a database from one mongodb account to another
I usually create a copy of a database in the same cluster in the same account like this:
DUMP THE ORIGINAL DATABASE
mongodump --uri
'mongodb+srv://ACC_USER_NAME:ACC_USER_PASSWORD@cluster0.fklgt.mon...

AG_HIHI
Votes: 0
Answers: 1
Restore to a Point-In-Time between two Mongodump backups
Let's say I have mongodump backups taken daily at 00:00.
How do I restore to a point-in-time at 12:00, but for a day earlier than the current oplog contains? Assume the oplog always contains more than...
BenM
Votes: 0
Answers: 1
0 documents restored when use mongorestore to get data from agz file
I downloaded an agz file from an open-source site and i want ro restore the db data to my mongodb.
Firstly i execute the command bellow and I got the data successfully.
mongorestore --gzip --archive=f...
Eureka
Votes: 0
Answers: 1