• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

cron

  1. V

    Issue I have a long-time cron with URL type.

    I have a long-time cron with URL type. A script running ~270 seconds. Alert set - Every time. But alert not recivied.
  2. L

    Resolved Php script is working from the browser but not from Cron Job

    Hello.... I have this simple code to check if a php file is running if not it start it... error_reporting(E_ALL ^ E_NOTICE); $output = shell_exec('ps -C php -f'); if (strpos($output, "php launchListener.php")===false) { shell_exec('php launchListener.php > /dev/null &'); } It work...
  3. BrinsleyP

    Issue Error on /etc/cron.daily/plesk-rrd-cleaner:

    Hello All day i receive this email: /etc/cron.daily/plesk-rrd-cleaner: /usr/bin/find: ‘/usr/local/psa/var/health/data/localhost/plesk_cgroups-disk_nvme0n1\024’: No such file or directory /usr/bin/find: ‘/usr/local/psa/var/health/data/localhost/plesk_cgroups-disk_nvme0n1\024’: No such file or...
  4. Oldiesmann

    Resolved shrinker.py: no such file or directory

    I've been getting emails related to a cron job which is apparently supposed to call a Python script to shrink the ModSecurity SDBM database (at least I assume that's what it's for since I found a similar utility on GitHub). Originally I was getting an error saying that the path to the python...
  5. E

    Question How to recreate a docker image with a CRON job

    Hallo there, I'm using redis as a Object Cache for my WordPress installation and I'm very happy about the performance that I get out of it. Every month or so I get some warnings about redis and the connection get lost. I tried to debug the situation, but I think that the KISS solution is to...
  6. cipcip

    Question Nodejs cron job

    Hello, I am trying to create a cron job from a node-js application. I am adding my full path : /usr/bin/nodejs /var/www/vhosts/something/parser.js I get the following output: /usr/bin/nodejs: No such file or directory If I open my terminal and check the installation using: 1. which node...
  7. T

    Question /cron/plesk.sh can't be created (how to create?)

    Hi, I tried to create a cron job that automatically updates the dns for a specific subdomain. However - the command "./cron/plesk.sh" when executed the first time created a directory "cron" with a file plesk.sh inside and the file had content. But I couldn't make Plesk run that file via the...
  8. Coltrane70

    Resolved open_basedir / cron job working on one webserver but not on the other

    Dear Community, I'd appreciate some help with the following problem: I've got two vhosts installed on my Plesk (Plesk Obsidian 18.0.35 Update #1). Both run a moodle instance with exactly the same PHP settings. In order to run unoconv for moodle I installed it as root following this...
  9. J

    Question A scheduled task works over the web but not in Plesk

    Hi guys, A developer created a cron in plesk, to update all the categories, catalog and images of my client's online store in prestashop. After executing it, it shows the following: I have been bugging with open_basedir but nothing was fixed for me. The developer tells me exactly "the...
  10. Brian-Dmac

    Resolved Plesk maintentance/backup tasks not running

    Hi guys, I've rolled out several new VMs in the last few months with a new provider and all are experiencing the same issue - Plesk maintenance tasks don't seem to be running. As a result statistics don't calculate on a nightly basis, backups don't run, notifications don't send, etc. All...
  11. Nicola Urbinati

    Issue Cron (!?) Script takes way too long to complete

    I see the following script, probably from cron, taking way too long to complete (now at 106206 seconds): opt/psa/admin/plib/modules/joomla-toolkit/scripts/auto-update.php Is there a way to debug and/or stop it? Thank you,
  12. J

    Issue Scheduled Tasks not visible for customers

    I have check all settings, and plans but still cant activated Scheduler Task for customers and Resellers, Please help
  13. H

    Resolved Cron Error /opt/psa/admin/plib/modules/letsencrypt/scripts/keep-secured.php

    Hey there, since this morning I get a hourly mail with the following subject: "/opt/psa/admin/bin/php -dmemory_limit=-1 -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/letsencrypt/scripts/keep-secured.php' > /dev/null" and the content [2020-11-10 09:59:01.836] ERR [panel] Protocol...
  14. M

    Resolved Plesk Command not Found | Cron Job to execute .sh file

    Greetings! I am trying to run a backup command written in a .sh file via cron. The content of the .sh file is: plesk bin pleskbackup --domains-name secure.authlogin.de --output-file="*******************************" --ftp-login=********* --ftp-password=********* --incremental The script is...
  15. R

    Issue Cronjob for sub domain ubuntu 16.0

    Hi, I'm newbie to Plesk when I run cron job for my subdomain from schedule task but I'm not able to add the correct path to my sub-domain directory in the cron command. The directory structure looks like this, where email.example.com is my sub domain and in this directory my cronscript exists...
  16. F

    Question How to run a PHP cron with low task priority

    Hey! How can i run a PHP script via cron with low priority (low CPU load)? I tried to add "nice 19" to the argument field but it doesn't work.
  17. robetus

    Issue Can't see cron error ...

    I believe after the latest update Plesk began to truncate scheduled task errors, I'm getting ... at the bottom of the error. How can I see the full error? I've tried looking in the error files and it's not there.
  18. Dirk

    Issue run-parts: /etc/cron.daily/60sa-update exited with return code 4

    I am receiving an Email every morning at about 4 from cron: run-parts: /etc/cron.daily/60sa-update exited with return code 4 The subject states: Cron <root@liesenfeld> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) When I run from shell...
  19. J

    Issue Getting daily cron error via email every day

    I've a problem. Since some months I'm getting this error via email every night when Plesk runs the daily crons: flock: failed to execute /opt/alt/python35/bin/python3: No such file or directory I have no idea how I can fix this. Please help me! Thanks.
  20. K

    Question Sendy Cron job setup

    Hi, I want to set up a cron job for Sendy newsletter hosted on my server. The instructions are: I have a question about the command. Should I select as task type to run a command or better run a PHP script? What about the redirection parameter > /dev/null 2>&1? Thanks!
Back
Top