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 - 08
WP-CLI Maintenance Mode
Control maintenance state explicitly during coordinated database, file, and deployment transitions.
developer.wordpress.org - 09
WP-CLI Rewrite Flush
Rebuild rewrite rules after domain, structure, server, or routing changes without relying on an admin visit.
developer.wordpress.org - 10
WP-CLI Cache Flush
Clear persistent object cache data that can otherwise retain stale hostnames or migrated application state.
developer.wordpress.org - 11
WP-CLI Option Update
Change canonical site settings predictably as part of a scripted and reviewable migration sequence.
developer.wordpress.org - 12
Site Moves with URL Changes
Plan redirects, canonical changes, sitemap updates, and monitoring for permalink or domain migrations.
developers.google.com