New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
mark
Buy a new server and transfer data. No upgrading.
Zip what you want to transfer and SCP it from your new server.
Purchase a new server.
Set up the new server.
Tarball your entire public_html folder. SSH mysqldump.
SSH into your new server.
wget.
Watch it to end.
The end.
The end is nigh.
dd if=/dev/sda | ssh [email protected] "dd if=- of=/dev/sda"
done.
( -_- )
You'll have to fix up the partition table to reflect the new disk size after that.
Have to fix the IP address first XD
That's what Rescue OSes are for: fix any mess, no matter in which order :P
I actually use rescue os to install system XD don't like the stock template