• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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