• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Backup restore Error...

PhilippSch

New Pleskian
Hello,

i have make a full Plesk Backup on my Old Server with Plesk 12.0(Ubuntu) and will restore the Backup on my new Server with Plesk 12.0(CentOS).

When i will restore the backup i get this error:
"Error: The source file is not a valid XML file. If you supplied an archive file containing a backup from Plesk version 9 or later, then extract the contents of this archive, and process the extracted XML file with the converter. If you want to convert a backup file from a Plesk version earlier than 9, then you first need to process it with the pre9-backup-convert utility, and then process the resulting file with the pre10-backup-convert utility."

In the Logs i found this:
deployer.log - http://hastebin.com/derixugihu.1c
import.log - http://hastebin.com/fejivereki.1c
pmmcli.log - http://hastebin.com/yejuzabode.xml

Please help me.

- Schubert
 
First of all check this article - http://kb.odin.com/en/120512

If it not help - enable debugging mode with following steps:

In file /usr/local/psa/admin/share/pmmcli/pmmcli-rc set 1 for option

# Add debug information to all utilities called by pmmcli
FORCE_DEBUG_LOG 0

after that repeat restore and try to find a reason in log files /var/log/plesk/PMM/restore-2014-11-xxxxx/pmmcli.log or import.log
Please check also file /var/log/plesk/panel.log for possible reasons of initial error. If there is nothing, add to file /usr/local/psa/admin/conf/panel.ini

[debug]
enabled = on

[log]
filter.priority = 7
show.util_exec = on
show.util_exec_io = on

and check all again. I hope it will help to find a reason of this issue.
 
Error: [2014-11-17 08:43:20] DEBUG [panel] cuBackupEncrypt::_encryptByPleskCommand [2014-11-17 08:43:20] DEBUG [panel] Customer key is empty [2014-11-17 08:43:20] DEBUG [panel] cuBackupEncrypt::_encryptByPleskAndSave /usr/local/psa/PMM/rsessions/20141117084319335/dump/info.xml [2014-11-17 08:43:20] DEBUG [panel] Backup is not protected by customer key [2014-11-17 08:43:20] DEBUG [panel] Encrypting passwords by current Plesk key [2014-11-17 08:43:20] DEBUG [panel] cuBackupEncrypt::_encryptByPleskAndSave /usr/local/psa/PMM/rsessions/20141117084319335/dump/dump_object1.xml [2014-11-17 08:43:20] DEBUG [panel] Backup is not protected by customer key [2014-11-17 08:43:20] DEBUG [panel] Encrypting passwords by current Plesk key [2014-11-17 08:43:20] DEBUG [panel] cuBackupEncrypt::_encryptByPleskAndSave /usr/local/psa/PMM/rsessions/20141117084319335/dump/dump_object2.xml [2014-11-17 08:43:20] DEBUG [panel] Backup is not protected by customer key [2014-11-17 08:43:20] DEBUG [panel] Encrypting passwords by current Plesk key [2014-11-17 08:43:20] DEBUG [panel] cuBackupEncrypt::_encryptByPleskAndSave /usr/local/psa/PMM/rsessions/20141117084319335/dump/dump_object3.xml [2014-11-17 08:43:20] DEBUG [panel] Backup is not protected by customer key [2014-11-17 08:43:20] DEBUG [panel] Encrypting passwords by current Plesk key [2014-11-17 08:43:20] DEBUG [panel] cuBackupEncrypt::_encryptByPleskAndSave /usr/local/psa/PMM/rsessions/20141117084319335/dump/dump_object4.xml The source file is not a valid XML file. If you supplied an archive file containing a backup from Plesk version 9 or later, then extract the contents of this archive, and process the extracted XML file with the converter. If you want to convert a backup file from a Plesk version earlier than 9, then you first need to process it with the pre9-backup-convert utility, and then process the resulting file with the pre10-backup-convert utility.
 
I see only one suspicious message there:

[2014-11-17 08:43:20] DEBUG [panel] cuBackupEncrypt::_encryptByPleskAndSave /usr/local/psa/PMM/rsessions/20141117084319335/dump/dump_object3.xml
[2014-11-17 08:43:20] DEBUG [panel] Backup is not protected by customer key
[2014-11-17 08:43:20] DEBUG [panel] Encrypting passwords by current Plesk key
[2014-11-17 08:43:20] DEBUG [panel] cuBackupEncrypt::_encryptByPleskAndSave /usr/local/psa/PMM/rsessions/20141117084319335/dump/dump_object4.xml
The source file is not a valid XML file.
If you supplied an archive file containing a backup from Plesk version 9 or later, then extract the contents of this archive, and process the extracted XML file with the converter.
If you want to convert a backup file from a Plesk version earlier than 9, then you first need to process it with the pre9-backup-convert utility, and then process the resulting file with the pre10-backup-convert utility.

It seems to me that problem related to some client with the non-UTF-8 password. Detailed investigation directly on your server is required. Therefore I suggest you contact Parallels Support Team of try to ask free assistance here - http://odin.com/products/plesk/free-migration-support/
 
Back
Top