• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk 9 to Plesk 9

G

gshelton

Guest
Has anyone come up with a decent way to migrate from a plesk 9 box to a different plesk 9 box being they released this piece of trash and did not finish the migration manager?

The update from 8.X to 9 trashed my current server so bad, that I have opted to go to a new server to start fresh.

Any help is appreciated.
 
OK, so this is how I am going about this terribly painful move:

First on oldserver I created two bogus user accounts:

To Be Moved
Already Moved

I then created a matching user account on newserver for To Be Moved.

On oldserver, I change domain ownership of the domains I want to move. So lets say domain1, domain2, domain3.

I then do a client backup from inside of the control panel using the Personal FTP Repository option. I have newserver setup as my repository.

Once the backup is complete and transfered to newserver (if it did not fail) then I access newserver via SSH and do the following:

From the location where I put the backup remotely (and for each domain):

mv *.tar /var/lib/psa/dumps/
cd /var/lib/psa/dumps/
/usr/local/psa/bin/pleskrestore --create-map domain1.tar -map domain1.map
/usr/local/psa/bin/pleskrestore --create-map domain2.tar -map domain2.map
/usr/local/psa/bin/pleskrestore --create-map domain3.tar -map domain3.map

Then once I access the client backup manager in newserver control panel, I can restore the domains. After testing to make sure they work, I transfer ownership to the proper owner on newsever and to Already Moved owner on oldserver.

May not be the best way, but it is working for me and I hope it will help someone else.

Oh, you can transfer the current owner with their domains if they are small. I am in the process of moving my own collection of 80+ domains and hundreds of gigs of data. It would not do it all at once.
 
Oh, something else I noticed (Another bug?) is that when you backup from one box and restore to another, it will not restore the database of an installed application from the fault. Say I have wordpress installed from the vault, when I transfer the backup to the new server, I have to go back and get the database manually. :(
 
Back
Top