• 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 Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Pesk Migrator Error

ro4n

New Pleskian
Dear community,

The following error appear when i try to migrate from a Plesk server.

Code:
Failed to import backup dumps to target panel's repository
Cause: Failed to import backup XML: errcode must be '0' (no errors) or '116' (backup sign error).
Output of pmmcli utility:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<errcode>119</errcode>
<errmsg>Unable to import file as dump: Import error: Unable to find archive metadata. The archive is not valid Plesk backup or has been created in an unsupported Plesk version</errmsg>
</response>

That is a critical error, migration was stopped.

Thanks,

ro4n
 
Hello,

I found this article: [FIXED BUG] Unable to restore backup: The backup you are trying to restore was created in an unsupported version of Plesk and can not be recovered

So I modified the file /usr/local/psa/var/modules/panel-migrator/sessions/20200513153409/plesk.backup.source.shallow.xml
There were:
<migration-dump agent-name="panel-migrator" dump-version="12.5">
even if the source server is Onyx 17.8.11

I changed it to:
<migration-dump agent-name="panel-migrator" dump-version="18.0">

And it now works.

Hope it will help you as well,
bye
Ivo
 
I've been looking at this for a few hours today.
the .tar files created by the migrator are corrupt after being converted on the target server.

After this step the .tar is corrupt:

+|2020-05-13_17:18:00,699|I|MT|plesk.source.plesk.pmm_agent.hosting_description||pfu|Converting hosting description to local configuration dump '/usr/local/psa/var/modules/panel-migrator/sessions/migration-session/plesk.backup.pfu.downloaded.hosting-description.tar'
 
Hi all,
we are working on the migration issue with the highest priority, and expect this to be fixed in Plesk Migrator extension update soon
 
Hello all, we have same issue here,

This messages appear when i try to extract tar archive :

.discovered/info_2005141945/props
tar: .discovered/info_2005141945/props: implausibly old time stamp 1970-01-01 07:00:00
info_2005141945.xml
tar: info_2005141945.xml: implausibly old time stamp 1970-01-01 07:00:00
 
Sorry, maybe my message about tar above is unrelated with this issue.

After update plesk migrator extension to version 2.19.3-918 this issue has ben resolved.

Thank you.
 
Back
Top