1 comment

[ 3.7 ms ] story [ 10.5 ms ] thread
I was trying to describe how to manage blue-green deployments but running on a common data store with zero downtime. The TL;DR version is that you deploy a 'turquoise' intermediate version which is forwards compatible with schema changes required by the next release.

Hopefully someone else will find this a useful shorthand for describing this approach!