Update multiple databases with Entityframework

Asked

Viewed 26 times

0

I have an application developed with React + API with . NET Core where I use Entityframework to run database migrations. The applications and databases (one for each customer) are all in Azure. I’m struggling to think of a way to apply migrations when releasing a version of the API with bank changes in a way that has the least impact on customers. Someone has already had to do something similar and can give me a help/tip on a good way to perform the migrations without having to stop all customers for this?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.