TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tell HN: Note your DNS records before transfering domains

3 pointsby sattoshialmost 2 years ago
With the upcoming death of Google Domains, I wanted to move all of my domains out.<p>It seemed easy, given that the NS records were preserved when transferring. I figured: this meant I could take my time in copying over the DNS records to somewhere new.<p>Wrong -- when my domains transferred, Google deleted all their associated DNS records.<p>Maybe my real mistake was letting Google manage my domains <i>and</i> DNS records. Forgive me for thinking that the largest web company would be the best place to do so.<p>I don&#x27;t remember all the DNS records I threw onto my domains or where they came from. I restored the ones I remembered, but I&#x27;ll surely notice things breaking over the next few days.<p>It might be an amateur mistake not to back-up all DNS records, but I&#x27;m sharing this so others don&#x27;t make it as well.<p>It&#x27;s not every day that you need to migrate registrars.

2 comments

tugaalmost 2 years ago
Did you try?<p><a href="https:&#x2F;&#x2F;securitytrails.com&#x2F;dns-trails" rel="nofollow noreferrer">https:&#x2F;&#x2F;securitytrails.com&#x2F;dns-trails</a>
8organicbitsalmost 2 years ago
It&#x27;s not for everyone, but terraform&#x27;s various DNS providers are a great way to track DNS settings over time. Check it into git to track history and document why changes are made. Run a check as a GitHub action or other CI to detect drift.<p>Changing authoritative DNS providers could be as easy as a provider config change.<p><a href="https:&#x2F;&#x2F;registry.terraform.io&#x2F;providers&#x2F;hashicorp&#x2F;dns&#x2F;latest&#x2F;docs&#x2F;resources&#x2F;a_record_set" rel="nofollow noreferrer">https:&#x2F;&#x2F;registry.terraform.io&#x2F;providers&#x2F;hashicorp&#x2F;dns&#x2F;latest...</a>