Search code examples
azure-cosmosdbazure-cosmosdb-mongoapi

Azure Cosmos Mongo API version 3.2 to 3.6 upgrade


We have to upgrade Azure Cosmos Mongo API from version 3.2 to 3.6. Could anyone suggest steps to migrate all the Database and collections from 3.2 to 3.6?


Solution

  • Based on my researching,you can't upgrade 3.2 to 3.6 directly with cosmos db mongo api.However,you could do the data transfer. Please get an idea of Azure Data Factory Copy Activity which supports cosmos db mongo api connector.

    enter image description here

    enter image description here

    Or you could try the DMS following this link.