Going live on managed.dev is a self-service operation — you don’t file a ticket
and wait. This checklist walks the whole launch in order: plan the cutover,
prepare the production environment, run pre-launch verification, move DNS and
TLS, then clean up. Work top to bottom and the cutover is a formality.
Pick the launch window. DNS cutover is zero-downtime, but a quiet window keeps
support load low if something needs attention.
Lower your domain’s DNS TTL at least 24 hours ahead at your current
registrar/DNS provider — drop it to 300 seconds so the cutover propagates
fast. You’ll raise it again afterward.
Decide the production environment. The default branch (main) maps to
production via branch routes; confirm that’s
what you want live.
List the moving parts: the apex (example.com) and www, any subdomains,
redirects, and third-party services that hard-code the domain (payment
webhooks, OAuth callbacks, transactional mail).
Verify home and siteurl. They should be your final production domain.
Check core URLs
wpoptiongethome
wpoptiongetsiteurl
Verify plugins and themes. Confirm the expected set is active and at the
versions you tested. The dashboard’s
plugin & theme inventory shows the same data
across every environment.
Warm the caches. The page and object cache ship tuned;
prime them by flushing and then crawling the top pages so the first real
visitor isn’t the one paying for a cold cache.
Flush and warm
wpcacheflush
wprewriteflush
Check insights. Open performance insights and
the traces view for the production environment and
confirm there are no 5xx spikes or errors on the launch build before you send
real traffic to it.
The Insights tab for the production environment in app.managed.dev, showing the p95 latency line flat and the traces list with no error-status rows on the latest deploy.
Add your domain to the site so managed.dev knows to serve it — see
custom domains. TLS is
issued and renewed automatically; the certificate is prepared
ahead of the cutover so there’s no gap.
Update your DNS records at your provider to the values managed.dev shows for
the domain (apex and www). Because TTL is already low, propagation is quick.
Watch traffic shift over. Old and new hosts both serve correctly during
propagation, so there’s no downtime window to manage.
The Domains panel in the dashboard for example.com, showing the DNS records to set, a “verified” badge once they resolve, and the TLS certificate marked active.
Take a snapshot. Capture a clean point-in-time
snapshot of the freshly-live site so
you have an instant rollback point.
Raise DNS TTL back to a normal value (e.g. 3600+) now that the cutover is
done.
Reconnect third parties. Update payment webhooks, OAuth callback URLs, and
any external service that pointed at the old domain.
Confirm mail. managed.dev delivers transactional mail (password resets,
notifications); send a test reset to confirm it’s flowing — see
transactional email.
Watch the first hours. Keep an eye on requests
and security blocks so you catch any post-launch surprise
early.