parent
0cdf26b3be
commit
9ddc9b5d06
3 changed files with 604 additions and 706 deletions
@ -1,6 +1,7 @@ |
||||
# Migration Strategies |
||||
|
||||
A migration strategy is a plan for moving data from one location to another, and it is an important step in any database migration. A data migration strategy should include a plan for how to move the data and what to do with it once it arrives at the new location. |
||||
Learn how to run database migrations effectively. Especially zero downtime multi-phase schema migrations. Rather than make all changes at once, do smaller incremental changes to allow old code, and new code to worth with the database at the same time, before removing old code, and finally removing the parts of the database schema which is no longer used. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink badgeText='Website' colorScheme="yellow" href='https://theecmconsultant.com/data-migration-strategy'>Migration strategies</BadgeLink> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://phauer.com/2015/databases-challenge-continuous-delivery/'>Databases as a Challenge for Continuous Delivery</BadgeLink> |
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue