AzureCosmosDB / data-migration-desktop-tool

MIT License
122 stars 46 forks source link

Migration between Cosmos databases in different subscriptions/regions #106

Closed kavasarala closed 5 months ago

kavasarala commented 8 months ago

Hi

Can anyone advise if they have used this tool to migrate data from one cosmos db to another cosmos db where both the databases are in different Azure subscriptions. How about different databases in different regions?

Does the tools support this ? Does this require any specific settings or does the connection string config automatically take care of this?

Regards Krishna

bowencode commented 7 months ago

Because the tool runs locally, there is no direct transfer between Azure resources and so no need to have any specific relationship between data sources. As long as you have access to both (connection strings, firewall rules, etc.) the data will be pulled down over the internet to the machine running the tool and then written back up to the other database.

morikat1509 commented 5 months ago

@kavasarala I used the tool to migrate data between different Geos, Regions and subscriptions as well. It works fine.