DEV Community

Discussion on: Database Migration in Production: Tips and Tricks

Collapse
 
jmarbutt profile image
Jonathan Marbutt

Great job, I am planning a very similar process and this is very close to what I am doing also. Great job!

Collapse
 
jmarbutt profile image
Jonathan Marbutt

The only difference I am working on going from RDMS to Azure's CosmosDB which is document db. So I am changing my repositories to read the RDMS into a model that will eventually be saved in the document db. This way when I do dual write, they will be writing from a better model. Or at least that is what I am thinking through.