• 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.

Issue [PPP-53495] Cronjobs dont work after PHP Version Updates - Urgend Problem

Chris86

New Pleskian
I deleted all old PHP versions from Plesk (including System PHP) Then i reinstalled the System (PHP from OS vendor) - Ubunto 18.04.5 LTS

Now there are no working crownjobs at the system. I need fast help. I have the latest Version (Version 18.0.36)

All crownjobs failing atm.
 
root@plesk:~# service plesk-task-manager status
● plesk-task-manager.service - Plesk Task Manager Service
Loaded: loaded (/lib/systemd/system/plesk-task-manager.service; disabled; vendor preset: enabled)
Active: inactive (dead)
root@plesk:~# service plesk-task-manager start
root@plesk:~# service plesk-task-manager status
● plesk-task-manager.service - Plesk Task Manager Service
Loaded: loaded (/lib/systemd/system/plesk-task-manager.service; disabled; vendor preset: enabled)
Active: active (running) since Thu 2021-06-17 22:08:58 CEST; 1s ago
Main PID: 29567 (plesk-task-mana)
Tasks: 18 (limit: 4915)
CGroup: /system.slice/plesk-task-manager.service
└─29567 /usr/lib/plesk-task-manager --config /opt/psa/admin/conf/task-manager.yml --data /var/lib/plesk/


I did this and now it works but if i RESTART the server it fails again
 
hello @Chris86 ,
plesk-task-manager.service is internal service for schedule internal plesk tasks, like manage dns zones, web server and MTA configs, configure PHP handlers in the background.
It is not used for manage cronjob tasks.

Could you please check are the cron.service is running?

or you are receive an error like

Code:
configure PHP
canot connect to the task-manager (plesk-task-manager service might not be running)
?

in this case you need to execute
Code:
systemctl enable plesk-task-manager.service --now
 
Back
Top