• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

transfer servers

Z

zacwitte

Guest
I'm transferring my hosting from one server to another, both are running plesk 7.5 on linux and I have root access to both. What is the best way to move over all email, databases, files, settings, etc to make the transition as smooth and quick as possible?

Thanks.

Edit: perhaps 'migrate' is a more appropriate term than transfer.
 
OK after more and more searching I think I can use some complicated combination of the psadump and psa restore utilities, but I'm not entirely confident using them especially with something so sensetive as this.

This is from the FAQ:
Simultaneous backup/restore

Combining the two previously described techniques allows to execute the simultaneous backup/restore of a Plesk server. This could be very useful when you need to work (make an upgrade or a similar operation) on your machine that is currently employed under Plesk but you wish to decrease the idle time as much as possible. In such case you can simply enough migrate Plesk from one machine to another.

ssh root@remotehost '/usr/local/psa/bin/psadump -f - --nostop' | /usr/local/psa/bin/psarestore -f - -m my_ip_map_file -s my_shells_map_file

This command is executed from the server that I'm transferring TO (the new, blank machine), correct?

And since I'm accessing the new server from my local workstation via ssh I want to make sure that things won't get killed if I'm unexpectedly disconnected. I don't think backgrounding the task is enough. Any suggestions?
 
Back
Top