zero_downtime_techniques

Zero-Downtime Migration Techniques

Content Preview
# Zero-Downtime Migration Techniques

## Overview

Zero-downtime migrations are critical for maintaining business continuity and user experience during system changes. This guide provides comprehensive techniques, patterns, and implementation strategies for achieving true zero-downtime migrations across different system components.

## Core Principles

### 1. Backward Compatibility
Every change must be backward compatible until all clients have migrated to the new version.

### 2. Incremental Ch
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/zero_downtime_techniques.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering/migration-architect/references/zero_downtime_techniques.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering/migration-architect/references/zero_downtime_techniques.md

Related Skills