← All guides MIGRATION · PARTIAL_PROPAGATION

Just Migrated Hosts or DNS? Here's Why It's Flaky

$ dig example.com +short # from location A 203.0.113.10 $ dig example.com +short # from location B 198.51.100.24

Right after moving a domain to a new host or DNS provider, it's common for a site to work for some visitors and not others, or to show old content in some places and new content elsewhere. This is almost always propagation, not a broken migration.

Why this happens

DNS records are cached at multiple layers: your own device, your ISP's resolver, and resolvers around the world. When a record changes, each of those caches keeps serving the old answer until its TTL (time-to-live) expires. Until every cache has refreshed, different visitors can be routed to the old server and the new one simultaneously.

What to check after a migration

How to speed things along

  1. Lower the TTL on your DNS records a day or two before a planned migration, so the cutover propagates faster once you make the change.
  2. Use a propagation checker to see the record's value across multiple regions at once, rather than only testing from your own device.
  3. Clear your local DNS cache if you're testing from the same machine repeatedly and suspect you're seeing a stale local result.
  4. Give it time. Full global propagation can take anywhere from minutes to about 48 hours depending on the previous TTL and resolver caching behavior, even when every record is configured correctly.
Quick checklist
  • Confirm every relevant DNS record was updated, not just some
  • Keep the old host running until propagation is fully complete
  • Set up SSL on the new host separately — it doesn't transfer
  • Use a propagation checker instead of testing from one device only