TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Blue-Turquoise-Green deployment – zero downtime during database schema changes

1 pointsby lordelphover 10 years ago

1 comment

lordelphover 10 years ago
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 &#x27;turquoise&#x27; intermediate version which is forwards compatible with schema changes required by the next release.<p>Hopefully someone else will find this a useful shorthand for describing this approach!