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

Runtime error: Premature EOF without final boundary

D

Dan F

Guest
Hello!

I am hoping you can help me please. I have recently purchased a new dedicated server with 1and1, and I'm trying to transfer my Plesk data from my old server (also with 1and1, but Plesk 8.2.1) to the new server.

The new server runs Plesk 9.0, and Cent OS.

I started by backing up my data from the old server with...:

Code:
/usr/local/psa/bin/pleskbackup --all /home/backup/plesk.psa -verbose

Some of the output from that:

Code:
# /usr/local/psa/bin/pleskbackup --all /home/backup/plesk    .psa -verbose
*** You are using old-style pleskbackup command-line interface.
*** Consider switching to new style documented in 'pleskbackup help',
*** because old style eventually will be dropped.
------------------------------------------------------------------------
Backup started (4 client(s), 10 domain(s))
Start date: Wed Mar 11 13:08:16 2009
------------------------------------------------------------------------
Phase 1/2: collecting information
  All the clients/domains stuff here...
Phase 2/2: packing data
backup_sign: Can't find private key in database:
backup_sign: Can't get server's private key
13:19:01 ERROR Failed to create MIME message
------------------------------------------------------------------------
Backup finished.
Finish date: Wed Mar 11 13:19:01 2009
------------------------------------------------------------------------

This created the "plesk.psa" file fine, which I transferred over to the new server.

I read that because the backup was done on Plesk8, and it's going onto Plesk9, that it needs to be converted.

Therefore, I ran this command (as found by Google):

Code:
/usr/local/psa/bin/pre9-backup-convert -v convert -d /var/lib/psa/dumps/ plesk.psa

which says:

Code:
... other stuff such as clients/domains ... then:
gzip exec: gzip -c /var/lib/psa/dumps/PLSK006702520006.key>/var/lib/psa/dumps/converted_key_0903111306.tgz
gzip exec: gzip -c /var/lib/psa/dumps/PLSK006702510012.key>/var/lib/psa/dumps/converted_key_0903111306.tgz
gzip exec: gzip -c /var/lib/psa/dumps/PLSK006702520008.key>/var/lib/psa/dumps/converted_key_0903111306.tgz
Runtime error: Premature EOF without final boundary
[root@hermes ~]#

Any idea why this is occurring?

I'm guessing that it's something to do with the key, as the pleskbackup command gave the error "Can't get server's private key"?

Thank you in advance!
 
Back
Top