Back to Tags
Zero Downtime
8 items tagged with "zero-downtime"
Filter by type:
Best Practices2
Best Practice
Blue-Green Deployment Strategy
Operating two identical production environments to achieve zero-downtime releases and quick rollbacks.
Best Practice
Expand and Contract Database Migration Pattern
A zero-downtime schema change technique that adds new structures, migrates reads and writes in phases, then removes the old structures once nothing depends on them.
Tutorials3
Tutorial
How to do blue-green deployments on AWS with CodeDeploy
Run zero-downtime blue-green deployments for containers on Amazon ECS using AWS CodeDeploy and a load balancer.
Tutorial
How to perform a zero-downtime database schema migration
Use the expand-and-contract pattern to change a live schema without downtime, keeping old and new code compatible during rollout.
Tutorial
How to migrate a PostgreSQL database using logical replication
Move a PostgreSQL database to a new server with near-zero downtime using publications, subscriptions, and a final cutover.