• 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.

Conversion of Plesk 7 dump file fails on Plesk 9.3

F

Frogger

Guest
Hi folks,

I have a Plesk 7.5.4 system running in a Virtuozzo 3 VPS. I have a brand new Plesk 9.3 system running in a Virtuozzo 4 container. I'd like to move all clients & domains from the Plesk 7.5.4 setup to the Plesk 9.3 system. I have been unable to do so.

Following the KB article http://kb.odin.com/en/5864 I made a dump of my Plesk 7.5.4 system, viz:

/usr/local/psa/bin/psadump -f Plesk7.dump --nostop

This worked and I had a 3.7 gig Plesk7.dump file which I copied over to the Plesk 9.3 system. Then I tried to convert the Plesk7 dump to a Plesk8 dump (prior to converting it to a Plesk 9 backup) as the KB article says to:

/usr/local/psa/bin/backup-convert convert --output Plesk8.dump Plesk7.dump

This step fails and I'm at a loss what to do next. Here's what I get from the above command:

/usr/local/psa/admin/share/backup_convert/commands/convert.py:8: DeprecationWarning: the MimeWriter module is deprecated; use the email package instead
import MimeWriter
Runtime error: not a gzip file

The "import MimeWriter" output and the "Runtime error: not a gzip file" are separated by about 30 minutes. The conversion aborts with the runtime error.

Does anyone have an idea how I proceed from here?

Oh yeah, the Plesk 7.5.4 VPS is running Fedora Core 4 on a Fedora Core 2 host and the Plesk 9.3 container is running Fedora 11 on a Fedora 8 host.

--
Cheers,
Rob
 
It is difficult to say what is wrong with initial dump file without deep investigation directly on your server. It is not trivial problem and I can suggest you contact support team for fixing it. Try to find error and reason of error with something like

# tail -30 Plesk8.dump

Also you can try to use Migration manager for this migration.
 
Migration Manager mostly failed, I only managed to transfer over 4 clients using it. Plus it is incredibly slow: the servers are on the same switch and it takes MM over 24 hours to transfer 1.5 GB! Yet the Virtuozzo host systems get around 11 mbs transfer speeds.

MM fails in Plesk 9.3 with the issue discussed in http://kb.odin.com/en/7021 which is why I was trying to do it manually.
 
Hmm, I see no indication of what the problem might be from the Plesk8.dump file.

- Rob

tail -30 Plesk8.dump
-- Dumping data for table `phpbb_words`
--



--
-- Table structure for table `phpbb_zebra`
--

CREATE TABLE `phpbb_zebra` (
`user_id` mediumint(8) unsigned NOT NULL default '0',
`zebra_id` mediumint(8) unsigned NOT NULL default '0',
`friend` tinyint(1) unsigned NOT NULL default '0',
`foe` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`user_id`,`zebra_id`)
) TYPE=MyISAM;

--
-- Dumping data for table `phpbb_zebra`
--


INSERT INTO `phpbb_zebra` VALUES (2,53,1,0);


--127.0.0.1.0.20332.1270527172.085.1
Content-Type: application/octet-stream
Content-Disposition: inline; filename=1c8933a33e05d77c9011d7683d207b01
Content-Id: 1c8933a33e05d77c9011d7683d207b01
 
Back
Top