• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Schedule ( cron ) dont run

BrinsleyA

New Pleskian
Hello,,, i have a big trouble...and this trouble have 2 points..

In the server i cant execute 2 auto-commands:

1: i try make a auto-execute to run backup. but in the time the plesk dont make backup and no have any errors msgs.
i try in local repository and remote repository.
the plesk backup dont work.


2. i have in the server a acct with whmcs cms, and the command to execute cms-tasks dont run... php command not found
php -q /var/www/vhosts/xxxxxxx.com.br/clientes.xxxxxxxx.com.br/gerencia/cron.php
dontrun and no have php command


Its possible fix this or plesk dont have skill to execute crons?
 
Your cron issue is most likely because you are using Plesk's chrootsh shell, which does not contain any usefull utilities. So, your cron will not work. Change the chrootsh shell to /bin/bash:

/opt/psa/bin/server_pref -u -crontab-secure-shell /bin/bash

Also, enter the full path to PHP instead of just 'php'. So most likely you will enter: /usr/bin/php -q /var/www/vhosts/xxxx.com/br/....
 
Back
Top