Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


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.

How to upgrade from 0.5TB kimsufi to 2 TB Kimsufi Server?

okpxokpx Member

Hi
I'd like to upgrade my 0.5tb kimsufi server to 2 tb server on kimsufi. How can I do that?
Anybody can suggest me a step by step solution (most easy way)?
Or should I follow classic method: like download all data and upload it to new server via rdp and make the script config.?

Comments

  • jacklyjackly Member

    mark

  • FHRFHR Member, Host Rep

    Buy a new server and transfer data. No upgrading.

    Thanked by 3Falzo jammy lazyt
  • CConnerCConner Member, Host Rep

    Zip what you want to transfer and SCP it from your new server.

  • deankdeank Member, Troll
    edited July 2018

    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.

  • Shot2Shot2 Member

    dd if=/dev/sda | ssh [email protected] "dd if=- of=/dev/sda"

    done.

    ( -_- )

    Thanked by 1mayers
  • williewillie Member

    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

  • Shot2Shot2 Member

    @msg7086 said:
    Have to fix the IP address first XD

    That's what Rescue OSes are for: fix any mess, no matter in which order :P

  • @Shot2 said:

    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

Sign In or Register to comment.