• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Migration Manager YAML Error

Janko1000

Regular Pleskian
Hi All,

fresh Plesk 12.5 Install on Ubuntu 14.4. / Migration Manager Version 1.14.8

Code:
Fehler: Error on call plesk-migrator with args [generate-migration-list, /opt/psa/var/modules/panel-migrator/sessions/20160914172938/config.ini, --skip-services-checks, --include-existing-subscriptions, --async]

CODE: 1

STDOUT:


STDERR:
Traceback (most recent call last):
File "/opt/psa/admin/sbin/modules//panel-migrator/plesk-migrator", line 16, in <module>
from parallels.core.cli.migration_cli import run
File "/usr/local/psa/admin/plib/modules/panel-migrator/backend/lib/python/parallels/core/cli/migration_cli.py", line 7, in <module>
from parallels.core.cli.common_cli import Command, CommandTypes, \
File "/usr/local/psa/admin/plib/modules/panel-migrator/backend/lib/python/parallels/core/cli/common_cli.py", line 20, in <module>
from parallels.core.utils.log import Log
File "/usr/local/psa/admin/plib/modules/panel-migrator/backend/lib/python/parallels/core/utils/log.py", line 4, in <module>
import yaml
ImportError: No module named yaml

Same Problem here: https://talk.plesk.com/threads/plesk-onyx-preview-and-feedback.337172/page-6#post-806601
 
Hi Igor,

thanks but after i intalled pyhton-yaml the Error still exits:

Code:
Fehler: Error on call plesk-migrator with args [generate-migration-list, /opt/psa/var/modules/panel-migrator/sessions/20160915111654/config.ini, --skip-services-checks, --include-existing-subscriptions, --async]

CODE: 1

STDOUT:


STDERR:
Traceback (most recent call last):
File "/opt/psa/admin/sbin/modules//panel-migrator/plesk-migrator", line 16, in <module>
from parallels.core.cli.migration_cli import run
File "/usr/local/psa/admin/plib/modules/panel-migrator/backend/lib/python/parallels/core/cli/migration_cli.py", line 7, in <module>
from parallels.core.cli.common_cli import Command, CommandTypes, \
File "/usr/local/psa/admin/plib/modules/panel-migrator/backend/lib/python/parallels/core/cli/common_cli.py", line 20, in <module>
from parallels.core.utils.log import Log
File "/usr/local/psa/admin/plib/modules/panel-migrator/backend/lib/python/parallels/core/utils/log.py", line 4, in <module>
import yaml
ImportError: No module named yaml
 
Last edited:
Hi Janko1000,

untill the issue with the Plesk-python-version with YAML is resolved, you are still able to use the "old" Plesk Migrator version. If you have to migrate "as soon as possible", you might consider to install the old version, untill the current issue is resolved. Have a look at: => #3
 
Back
Top