What problem does it solve?
WordPress migrations are often error-prone and time-consuming, involving multiple manual steps like exporting databases, syncing wp-content, and updating URLs. This Skill encapsulates the end-to-end workflow of wp-migrate.sh to reduce downtime, minimize complexity, and standardize deployments across environments.
Core Features & Use Cases
- Push mode: migrate wp-content and database from a source to a destination server via SSH with preflight checks, maintenance mode, and 1:1 wp-content synchronization.
- Archive mode: import backups from Duplicator, Jetpack Backup, and Solid Backups with auto-detection, URL alignment, and safe rollback guidance.
- Use cases include deployments, staging-to-production migrations, CI/CD automation, and disaster recovery planning.
Quick Start
Run a basic dry-run to preview operations: ./wp-migrate.sh --dest-host user@dest --dest-root /var/www/html --dry-run