• 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

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