I have a VPS with cpanel VHM already and i am now ordering a new linux dedicated server with cpanel.
Is there a way to move my old server (inc. folders-files, mysql, ftp and other all stuff) to the new one in an easy way ?
Thanks
I have a VPS with cpanel VHM already and i am now ordering a new linux dedicated server with cpanel.
Is there a way to move my old server (inc. folders-files, mysql, ftp and other all stuff) to the new one in an easy way ?
Thanks
easy ... it depends what you have installed onto your vps. for mysql you will need to export all databases that you use and import then into the new one.
then you can import it into the new server as (you need to copy the file from the old one to the new one)
for the rest of the data if you are lucky you can just do a tar archive on the old and extract it on the new one.
if you are not lucky because the OS version is not the same and you need libraries from the old system, or you don't have new apps for the new OS version it gets more complicated, but it can be done ... with more effort.