• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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