• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

migrating from 9.5.1 to 9.5.4

D

disproinl

Guest
I have a virtual server working with plesk 9.5.1 under ubuntu 8.04. I'm trying to migrate to a dedicated server with centos 5.6 and plesk 9.5.4.
I have already installed plesk panel 9.5.4 in the new one, with new license and same options than old one, but when I'm going to migrate via migration panel I find a error.
Into Migration Manager:
I type old server ip, user and password and click next button.
After that, I choose resolution policy configuration and so on, click next.
Next display show me immediately: Migration task progress: with errors.

After that, i delete task.
How can i read that errors?
what do have I to supposed to do?


I have few clients and more than 20 domains with their email accounts, web pages and so on...
Can I do only with linux console migrating everything safely?

Thanks for your time
 
It fail again, with plesk 10.3.
Here is my migration_handler.log http://www.megaupload.com/?d=RQXO7JD5

the only errorcode I found is that:

Code:
errcode>1001</errcode>
    <errmsg>Runtime error in migration handler:
exceptions.IOError [Errno 2] No such file or directory: '/usr/local/psa/PMM/var/20110830085025950/dump.xml'
Traceback (most recent call last):
  File "/usr/local/psa/admin/share/migration-handler/migration_handler.py", line 1624, in main
    data_action_response, errcode_response, error_message = actions.get(sys.argv[1][2:])(parameters)
  File "/usr/local/psa/admin/share/migration-handler/migration_handler.py", line 1524, in migration_start
    return MigrationHandlerActionRunner(MigrationStartAction, None, migration_session_id).doActivity()
  File "/usr/local/psa/admin/share/migration-handler/migration_handler.py", line 100, in doActivity
    result = self.processor.doActivity()
  File "/usr/local/psa/admin/share/migration-handler/migration_handler.py", line 927, in doActivity
    response_data_task_id, restore_task_id = restore_service.beginRestore()
  File "/usr/local/psa/admin/share/migration-handler/migration_handler_restore.py", line 640, in beginRestore
    self.__transformDump()
  File "/usr/local/psa/admin/share/migration-handler/migration_handler_restore.py", line 410, in __transformDump
    shutil.copy2(restore_specification, restore_specification + ".srcformat")
  File "/usr/lib64/python2.4/shutil.py", line 92, in copy2
    copyfile(src, dst)
  File "/usr/lib64/python2.4/shutil.py", line 47, in copyfile
    fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: '/usr/local/psa/PMM/var/20110830085025950/dump.xml'
</errmsg>
</response>
 
Last edited by a moderator:
Back
Top