Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
A long list that shows nothing we are looking for...
Can u explain how that it is possible i still get these mails? Is the cronjob stored in a Database?
ls -lah /var/spool/cron/crontabs outputs "No such file or directory".
cd /var/spool/cron/
ls -a
outputs different users, but not the old user that still runs the cronjob. It does show the renamed user.[/code]
It does show the `root` user. But we already know the output of that.
So from...
As you can see, the mail is send by the root user.
Received: by [HIDDEN].nl (Postfix, from userid 10025) id 022856000A9;
From: Cron Daemon <root@[HIDDEN]>
To: [HIDDEN]
Subject: Cron [HIDDEN] /usr/local/psa/admin/sbin/fetch_url '[HIDDEN]' > /dev/null
Content-Type: text/plain; charset="UTF-8"...
I've set it up under the subscription itself..
# /usr/local/psa/admin/sbin/crontabmng get root
MAILTO=""
0 0 * * * /usr/local/psa/admin/bin/php -dauto_prepend_file=sdk.php '/usr/local/psa/admin/plib/modules/letsencrypt/scripts/renew.php'
MAILTO=""
0 0 * * * /usr/local/psa/admin/bin/php...
Did you find any solutions to this?
I have the following problem:
1. I renamed a domain.
2. After renaming, the scheduled tasks disappeared.
3. I keep receiving mails from the scheduled tasks on the old domain name.
4. I have no idea how to delete those scheduled tasks now.. :(
Anyone got an...
It's probably a third party solution i've running on that other server than.
But I found the third-party db_lib rpm (https://www.rpmfind.net/linux/rpm2html/search.php?query=php70-php-pdo-dblib) for php 7.
Can you help me out on how to add this to the default plesk php 7 php-fpm?
I tried the above with pdo_dblib, but I can't seem to get it installed.
Can someone workout a full example of how to install pdo_dblib for the default Php 7 FPM installed by Plesk..?
Hope someone can help me out..
Regards,
TK
I figured out the problem on my end.
The files aren't backed up because some files were owned by the user apache. A simple guess is that these files are created due to Php code (for example cache files).
1. Is it possible to change the user for Customers, so that when a Customer (the website)...