Communityv1.0.0

database-migrations

Safe, zero-downtime database migration strategies — schema evolution, rollback planning, data migration, tooling, and anti-pattern avoidance for production systems. Use when planning schema changes, writing migrations, or reviewing migration safety.

1.6kdownloads9active installswpank
View on ClawHubBack to Skills

Skill Details

Slug
database-migrations
Latest Version
1.0.0
Author
wpank
Published
Feb 10, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for database-migrations.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release: Safe, zero-downtime strategies for database migrations in production systems. - Covers schema evolution patterns, rollback planning, and anti-pattern avoidance. - Includes actionable tables for zero-downtime operations, migration tools, and data migration batching. - Provides detailed pre/during/post-migration checklists and CI examples. - Emphasizes testing on production-like data and safety-first practices. - "NEVER do" section warns against high-risk migration mistakes.