OpenVZ servers are no longer being sold. To upgrade your existing OpenVZ VPS, you must open a support ticket to request the upgrade path to be made available for your account. We recommend migrating to our Cloud VPS platform for the best experience.
When your VPS needs more resources, you have several upgrade paths available:
Stay on legacy OpenVZ platform but move to a plan with more CPU, RAM, disk space, or bandwidth. This is the simplest option if OpenVZ meets your needs.
Switch to our modern Cloud VPS platform for better performance, more features, and easier scaling. Cloud VPS uses KVM virtualization and offers hourly billing, snapshots, private networks, and more.
We strongly recommend migrating to Cloud VPS if you're ready for an upgrade. It offers modern features, better performance, and is our actively developed platform. OpenVZ is legacy and receives minimal updates.
When you upgrade your OpenVZ VPS plan, you'll be charged the prorated difference between your current plan and the new plan for the remaining billing cycle.
If you're halfway through your billing cycle:
Starting with your next billing cycle, you'll be charged the full price of the new plan.
Use rsync to transfer files while maintaining permissions:
rsync -avz -e ssh /source/path/ root@new-ip:/destination/path/For databases, use appropriate dump and restore tools:
# MySQL mysqldump -u root -p database_name > backup.sql mysql -u root -p database_name < backup.sql # PostgreSQL pg_dump dbname > backup.sql psql dbname < backup.sql
Typically 5-15 minutes of downtime while resources are allocated and VPS is rebooted. Downtime is usually minimal.
You can set up the new Cloud VPS in parallel with your existing OpenVZ VPS, minimizing downtime to just the DNS propagation period (or zero downtime with proper load balancer setup).
After upgrading, consider optimizing for the new resources:
Our support team can assist with upgrades and migrations. Open a support ticket at clientarea.ramnode.com if you need guidance or have questions about the upgrade process.