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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
thank you.
Maybe I need to specify:
I need just one command like this for Cron: This is an example for my database and works perfect.
/usr/bin/mysqldump -u Database user name -p'Database Password' Database Name > /var/www/vhosts/example.com/dump_$(date +\%F).sql && zip -j...
Hello everyone,
I need help setting up a cron job on Plesk to automate daily backups of my WordPress site. I found the command used by Plesk's backup manager in the logs, but when I tried to use it in a cron job, I encountered errors related to task IDs not being found.
Here's what I've tried...