DEV Community

Discussion on: Intro to deployment strategies: blue-green, canary, and more

Collapse
 
mrrycho profile image
mr-rycho

@Sadequl Hussain : but what kind of replication do you use for the two database schemas that both receive inserts and updates from the users? If you have some kind of bidirectional replication how do you prevent the DDL part from the new schema "leaking" too early to the old schema?