Curated resource guide
WordPress Migration Resources
Move WordPress sites between hosts, domains, or environments with controlled downtime and a clear rollback path. This guide covers serialized data, media, DNS, SSL, caches, multisite, large databases, live WooCommerce orders, compatibility checks, redirects, verification, and post-migration monitoring.
Scope
What this guide covers
- Host-to-host migrations
- domain and URL changes
- database export/import
- serialized-data-safe search-replace
- media transfer
- DNS cutover
- SSL
- email impact
- cache/CDN purge
- multisite migration
- subdomain/subdirectory changes
- staging-to-production moves
- WooCommerce stores with live orders
- minimizing downtime
- large databases/files
- SSH/WP-CLI methods
- migration plugins
- server differences
- PHP/MySQL compatibility
- redirects
- verification checklists
- rollback
- and post-migration monitoring
Selected references
Curated resources
Links open the original publisher so you can use the complete, current material in context.
- 01Recommended starting point
Migrating WordPress
The official checklist for moving files, databases, domains, directories, and multisite installations.
developer.wordpress.org - 02
wp search-replace
Change domains or values across serialized WordPress data with previews and precise table scope.
developer.wordpress.org - 03
WP-CLI Database Export
Create scriptable SQL exports with database credentials and table context taken from the WordPress installation.
developer.wordpress.org - 04
WP-CLI Database Import
Restore SQL through a documented command that fits repeatable recovery and environment-migration procedures.
developer.wordpress.org - 05
WordPress Backups
Start with the official model for protecting both the database and files required to reconstruct a WordPress site.
developer.wordpress.org - 06
Cloudflare DNS Records
Plan and verify DNS changes during a WordPress cutover while respecting propagation and proxy state.
developers.cloudflare.com - 07
WordPress Multisite
The official starting point for network architecture, administration, domains, and operational considerations.
developer.wordpress.org