migrate-project
CommunityMigrate a Django project with zero downtime.
Software Engineering#automation#django#zero downtime#fleet deployment#vps migration#dns cutover#snapshot transfer
Authorcarlos18bp
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents risky, downtime-causing migrations by guiding a safe, staged transfer of a single Django project from one VPS to another within the fleet.
Core Features & Use Cases
- Three-gate migration workflow: supports
--check(preflight dry-run),--apply(clone + setup + snapshot + transfer without stopping origin), and--cutover --confirm-downtime(stop origin, finalize delta dump, start target, and guide DNS flip). - Per-project migration using fleet environment controls: performs migration by composing the existing scripts with
FORCE_SINGLE_PROJECTandFORCE_PROJECTS, rather than migrating an entire VPS. - Host-aware invocation: detects whether you’re running from a dev workstation, the target VPS, or the origin VPS, and aborts when invoked from the origin to reduce operational risk.
- Operational safety during cutover: includes smoke tests and a commit of the
projects.ymlflip, with an explicit downtime target (≤5 min HTTP / ~0 min with SSL blue-green).
Quick Start
Run the migrate-project skill in apply mode for your project and target VPS by executing: migrate-project <project_name> <target_vps_alias> --apply.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: migrate-project Download link: https://github.com/carlos18bp/gym_project/archive/main.zip#migrate-project Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.