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.
I'm going to add info to this, since this was the first result I got in Google
If I run the wget from command line it works fine, but if I run it from cron then it gives that certificate error
ERROR: The certificate of 'www.mydomain' is not trusted.
ERROR: The certificate of 'www.mydomain'...
Support helped me on this, figured it would be good to mention the solution here;
/etc/psa/psa.conf
needed to be updated, and point to the new location of the Tar binary.
# Tar binary
TAR_BIN /usr/lib/plesk-9.0/sw-tar
needed to be changed to
# Tar binary
TAR_BIN /bin/tar
this can be...
Logs say:
Not all the data was backed up into /backup/dump successfully. Total space: 60.00 GB; Available space: 56.00 GB; Mounted on: /. sh: /usr/lib/plesk-9.0/sw-tar: No such file or directory
I checked and the file /usr/lib/plesk-9.0/sw-tar doesn't exist
I've tried these commands but no...