• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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