I'm seeking advice from anyone who has experience with migrating a WordPress site, especially at a larger scale. I currently manage a high-traffic site that gets about 3 to 3.5 million pageviews each month and runs on a bare-metal setup. My current admin hasn't provided thorough documentation, so I'm facing the challenge of piecing together how to replicate my setup safely and effectively.
I'm planning to transition to two bare-metal servers set up in a load-balanced and failover configuration, aiming to maintain or even enhance performance, redundancy, and scalability. Here's what my existing infrastructure looks like and some details on what I'm searching for:
**Current Setup:**
- **Primary Server:** AMD Ryzen 9 9950X (16c/32t), 128 GB DDR5 ECC RAM, RAID 1 on NVMe, 10 Gbps network.
- **Frontend Server:** AMD Ryzen 9 7950X or 9900X, 64-128 GB DDR5 RAM, Enterprise NVMe storage, 10 Gbps.
In this setup, traffic is managed via load balancing, ensuring that one server can handle the load if the other is down.
**What I Need Help With:**
- Recommendations for reliable bare-metal providers at this scale (like Hivelocity or Leaseweb).
- Best practices for load balancing (HAProxy, NGINX, etc.), database replication, and scaling WordPress.
- Whether this architecture is still viable in 2026 or if there's a better method to achieve similar goals.
- Tips or cautionary advice for migrating from a setup with incomplete documentation.
I'm flexible with providers but prioritize reliability, transparency, and performance over price, and I want to avoid vendor lock-in.
3 Answers
If you want to stick with self-management, consider Linode or Digital Ocean for your VPS. They’re great for individual sites too. WPEngine has its advantages like automatic updates for plugins, but be aware of their rising costs as well!
You seem to be overengineering your setup for the traffic you have. With some good caching, you might be able to handle that traffic on a much simpler setup—like with Cloudflare in front and maybe a managed database service. If bare metal is a must, I recommend Hivelocity or Leaseweb, but figure out what your current setup truly requires first before replicating it.
That’s a fair point! Given the high churn of content on my site, we face real bottlenecks on the backend, so performance tuning has been crucial. I do appreciate your thoughts on simplifying some aspects.
Why are you set on bare metal? Modern virtualization has come a long way and might offer the flexibility you need. WPEngine is worth checking out; they've got a good reputation.
Good question! Our current infrastructure is bare metal, but I'll explore virtualization. WPEngine has been pricey in my experience, though.

Thanks! I’ve heard about WPEngine's price hikes, which is another reason I’m looking into alternatives.