Article Summary (Model: gpt-5.4)
Subject: DO to Hetzner Cutover
The Gist: The post describes a production migration from a large DigitalOcean VM to a Hetzner dedicated server that cut monthly cost from $1,432 to $233 while keeping services online. The author moved 30 MySQL databases, 34 Nginx sites, GitLab EE, Neo4j, and background workers by prebuilding the new stack, syncing files, replicating MySQL, lowering DNS TTLs, and turning the old server into a temporary reverse proxy during cutover.
Key Claims/Facts:
- Cost/performance swap: A 192 GB / 32 vCPU DO setup was replaced with a 256 GB / AMD EPYC Hetzner box for about $1.2k/month less.
- Zero-downtime method: The migration relied on
rsync, MySQL replication, short DNS TTLs, and proxying old-server traffic to the new server during propagation. - MySQL specifics:
mydumper/myloadersped up transfer of 248 GB, and the author fixed 5.7→8.0 upgrade issues plus aSUPER-privilege problem that bypassedread_only.
Discussion Summary (Model: gpt-5.4)
Consensus: Cautiously Optimistic — readers broadly agreed the savings are real, but many argued the article understates resilience, operational, and provider-tradeoff costs.
Top Critiques & Pushback:
Better Alternatives / Prior Art:
Expert Context: