Migrate from ObjectRocket to cosmos mongoDB

Robert Campbell 1 Reputation point
2022-08-29T20:10:22.247+00:00

I have an old MongoDB that was in object rocket. I have a TGZ file they gave me. What is the best way to import it to cosmos?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,442 questions
{count} votes

1 answer

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 27,337 Reputation points Microsoft Employee
    2022-09-03T14:58:23.287+00:00

    Hi @Robert Campbell bson files (binary files) are generally exported using mongodump and need to be imported using mongorestore

    Please check this document for more details

    Let me know if you need any additional information.
    Regards
    Geetha

    Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer.