• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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