Claude Code skill to migrate Coolify and all its services between VPS servers.
Handles SSH setup, database backups, encryption keys, data transfer, Coolify restore, service-specific restores (n8n, Chatwoot, Redis), DNS repointing, and old server shutdown.
claude install fazer-ai/coolify-migrate/coolify-migrate 203.0.113.50
Where 203.0.113.50 is the destination VPS IP.
Run the command from a terminal on the source VPS. The skill SSHs into the destination, so you don't need to run anything there manually.
| Phase | Description |
|---|---|
| 1 | Configure SSH access to destination VPS |
| 2 | Backup everything (databases, Redis, Coolify) |
| 3 | Collect encryption keys |
| 4 | Transfer data to the new VPS |
| 5 | Install and restore Coolify on destination |
| 6 | Restore service-specific data |
| 7 | Verification and testing |
| 8 | Repoint DNS and shut down old server |
Services are auto-detected via docker ps. Phases that don't apply are skipped automatically.
MIT