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

Bug - domain cron jobs are useless can't use hardly any system commands :(

105547111

Silver Pleskian
Cron for plesk 10 has changed completely from all previous versions.

Before you could schedule a job to use any file on the system like date, cp, wget, curl, and heaps more.

Now it's useless as the cron is jailed inside the domain. Previously you could only write / edit / delete within the domain that is how it should be.

So what use are domain cron jobs except for really useless tasks?

We had scripts that used curl to login and fetch files for. The various sites, then use date to rename the files with the date and time, etc. Even some cat and grep on text files.

Because of this we had to re write all our scripts to run as root.

That works but now we have to add chown, chcon to all the damn outputs as they are owned by root.

Why was the functionality changed like this?, it's rendered domain tasks useless.
 
Hello

I have been trying to wget to run in a scheduled task to run a backup php script. Are you saying this will not work ?
 
You have to run as root. If the data is then to go onto a web page on the server you will have to chown and change the selinux owner.
 
Back
Top