• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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