Receiving a mongorestore error after performing a db.dropDatabase

I wanted to restore from a back up so I performed a db.dropDatabase now when I try to restore from a back up, I get the following error:

Failed: NewsDB.Topics: error restoring from dump/NewsDB/Topics.bson: (AtlasError) you are over your space quota, using 546 MB of 512 MB
2021-11-16T20:41:36.609-0500	0 document(s) restored successfully. 0 document(s) failed to restore.

When I check atlas, there is no more DB. So I’m not sure why its saying that all my space quota is used up.

I figured out, I was using the wrong connection string

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.