Hosting Playbooks
Web Hosting Migration Checklist Before You Switch
A practical migration checklist to avoid downtime, performance regressions, and support chaos during a hosting move.
Most hosting migrations fail for the same reason: the team treats migration as a technical copy task instead of an operational risk project.
A good migration plan is less about moving files and more about protecting:
- uptime
- conversion-critical pages
- forms and transactional workflows
- support response during incidents
If the site matters to revenue, migration needs a checklist that covers data, DNS, monitoring, rollback, and stakeholder readiness. Anything less is optimism.
1. Define what cannot break
Before touching infrastructure, identify the non-negotiables:
- checkout or payment flows
- lead forms and CRM handoff
- membership or login workflows
- API callbacks and webhooks
- analytics and event tracking
This prevents a common mistake: declaring migration successful because the homepage loads while high-value flows are failing quietly.
2. Establish a rollback plan before cutover
Rollback is not optional insurance. It is part of the migration design.
You should know:
- which DNS settings can be reverted
- how long rollback will take
- who has authority to trigger rollback
- what incident threshold activates rollback
If rollback requires improvisation, the team is not ready for cutover.
3. Lower DNS TTL in advance
Teams often forget this and then discover they cannot recover quickly.
Reduce DNS TTL 24-48 hours before migration to support faster propagation and faster recovery decisions if problems appear.
Without TTL prep, even correct rollback decisions can feel slow and chaotic.
4. Verify data and environment parity
At minimum, verify:
- database sync and character encoding integrity
- media files and asset paths
- environment variables
- cron jobs and scheduled tasks
- cache and session behavior
Parity checks should be explicit and written down. "Looks fine" is not a migration standard.
5. Run a pre-cutover test pass
Test high-risk journeys on staging or temporary destination URL:
- primary landing pages
- pricing and conversion pages
- form submissions and notifications
- checkout and post-purchase pages
- login, reset, and account workflows
Also test page speed and error logs before launch. Migration that keeps uptime but tanks performance is still a failed migration.
6. Plan stakeholder communications
Even smooth migrations create temporary uncertainty.
Decide in advance:
- who gets status updates
- where updates are posted
- who handles customer-facing messaging if incidents occur
Silence during migration issues amplifies trust damage faster than the issue itself.
7. Execute low-traffic cutover with active monitoring
Pick a window with lower traffic, then monitor in real time:
- uptime checks
- server errors
- checkout and form conversions
- support queue signal
Do not assume success after first page render. Watch behavior for at least the first 60-120 minutes with someone actively accountable.
8. Validate post-cutover outcomes
After cutover, run a structured verification pass:
- core page load and route checks
- payment and lead capture flow verification
- event tracking integrity
- search console and crawl health checks
- support ticket trend monitoring
Then freeze non-essential changes for a short stabilization period. Migration week is not the time for unrelated feature experiments.
9. Conduct a post-migration review
Capture:
- what worked
- where assumptions were wrong
- which checks caught real issues
- what to improve in the next migration
This is how migration quality compounds over time.
The key rule
Treat hosting migration as a risk transfer exercise, not just infrastructure relocation.
If your team is still deciding where to migrate, run the hosting decision tool first and lock the target model around support depth, performance risk, and operational capacity. Choosing the wrong destination is harder to recover from than executing a careful move.
Editorial note
AI Choice Engine publishes editorial guides to help readers understand fit, trade-offs, and next steps before choosing a tool or provider.