Hi,
I'm trying to migrate to a new server. However the migration always fails. I resolved all pre-migration errors/warnings, but its still failing.
I also tried a manual backup restore. The backup file has been encrypted with a custom password and is 50GB in size. Thus I cannot upload it to the server via webinterface since it says "Request entitiy too large".
I transferred the file to the new server via SFTP and tried to restore it via
I'm getting this output
/var/lib/psa/dumps/backup_info_XXX/status_WRONG-FORMAT
Can I manually resolve the error in my backup files? I would like to replace nginxTransparentMode to the new key - if existing ...
Thanks in advance
I'm trying to migrate to a new server. However the migration always fails. I resolved all pre-migration errors/warnings, but its still failing.
Code:
+|2015-11-10_15:14:50,021|D|MT|core.utils.common.http_xml_client|||API request to https://IP:8443/enterprise/control/agent.php:
=|2015-11-10_15:14:50,021|D|MT|core.utils.common.http_xml_client|||<?xml version='1.0' encoding='utf-8'?>
=|2015-11-10_15:14:50,021|D|MT|core.utils.common.http_xml_client|||<packet version="1.6.6.0"><webspace><get><filter><name>domainname</name></filter><dataset><gen_info /></dataset></get></webspace></packet>
+|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client|||API response from https://IP:8443/enterprise/control/agent.php:
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client|||<?xml version='1.0' encoding='utf-8'?>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client|||<packet version="1.6.6.0">
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client||| <webspace>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client||| <get>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client||| <result>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client||| <status>error</status>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client||| <errcode>1013</errcode>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client||| <errtext>domain does not exist</errtext>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client||| <filter-id>domainname</filter-id>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client||| </result>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client||| </get>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client||| </webspace>
=|2015-11-10_15:14:50,146|D|MT|core.utils.common.http_xml_client|||</packet>
Code:
=|2015-11-10_15:14:51,780|D|MT|core.workflow.runner.by_subscription|||MigrationError: Unable to continue migration until there are no issues at 'error' level in pre-migration checks.Please review pre-migration tree above and fix the errors. You can also use --ignore-pre-migration-errors command- line option if you're sure what you are doing.
I also tried a manual backup restore. The backup file has been encrypted with a custom password and is 50GB in size. Thus I cannot upload it to the server via webinterface since it says "Request entitiy too large".
I transferred the file to the new server via SFTP and tried to restore it via
Code:
/usr/local/psa/bin/pleskrestore --restore /root/backup_1.tar -level clients -backup-password XXX -ignore-sign
Unable to import file as dump: The file you are trying to upload is not a valid backup file
/var/lib/psa/dumps/backup_info_XXX/status_WRONG-FORMAT
Code:
Line 2954 error: Element 'template-item', attribute 'name': [facet 'enumeration'] The value 'nginxTransparentMode' is not an element of the set {
.... lots of values ....
}
Can I manually resolve the error in my backup files? I would like to replace nginxTransparentMode to the new key - if existing ...
Thanks in advance