• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs Plesk Migration Stacktrace Error

Tosh

New Pleskian
TITLE:
Plesk Migration Stacktrace Error
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
CentOS 6 migrating to CentOS 7 - Onyx 17.8.11 on both
PROBLEM DESCRIPTION:
Plesk migration hangs on "Overall - Fetch configuration data from Plesk servers" message.​
STEPS TO REPRODUCE:
Migration or resync cause the error.​
ACTUAL RESULT:
[2019-04-03 11:32:25] exception during action processing
Stacktrace is: Traceback (most recent call last):
File "/usr/local/psa/admin/share/pmmcli/pmmcli_daemon_actions.py", line 763, in process
action_item.process(logger)
File "/usr/local/psa/admin/share/pmmcli/pmmcli_daemon_actions.py", line 478, in process
self.__rotate(logger)
File "/usr/local/psa/admin/share/pmmcli/pmmcli_daemon_actions.py", line 452, in __rotate
creation_date = time.strptime(time_stamp,'%Y-%m-%d-%H%M%S')
File "/usr/lib64/python2.6/_strptime.py", line 454, in _strptime_time
return _strptime(data_string, format)[0]
File "/usr/lib64/python2.6/_strptime.py", line 325, in _strptime
(data_string, format))
ValueError: time data '1' does not match format '%Y-%m-%d-%H%M%S'​
EXPECTED RESULT:
All 75 domains to be migrated.​
ANY ADDITIONAL INFORMATION:
Logs in attached PDF due to character limit.
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:
Help with sorting out
 

Attachments

  • migration-fail.pdf
    21.9 KB · Views: 3
Root case is a bug in pmmcli log rotation.
Bugreport PPPM-10423 was created.

Workaround:
# rm -rf /var/log/plesk/PMM/ \ *.log \ *
 
Back
Top