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.
Hi,
facing a similar issue on Plesk Onyx (Patch Level 71) - LVE Manager not accessable. Red popup box with the following error code:
Error
The received data is wrong. Contact support for resolution. ERROR : (lvestats) Config /etc/sysconfig/lvestats2 not loadable: [Errno 2] No such file or...
Cool - it works!
The following 2 lines need to be added to the script, it´s then marked active:
plesk db "INSERT INTO misc (param, val) VALUE ('automaticSystemPackageUpdates', '1')"
plesk db "UPDATE misc SET val='true' WHERE param='automaticSystemPackageUpdates';"
Thank you very much!
Update:
If the option has been ticked once in the panel, changes in the database via
plesk db "UPDATE misc SET val='true' WHERE param='automaticSystemPackageUpdates';"
plesk db "UPDATE misc SET val='false' WHERE param='automaticSystemPackageUpdates';"
are working - however not, if the option...
Hm - sounds like I need to dig a bit deeper. I have just confirmed with a out of the box Plesk install, that the option
"Automatically install system package updates Note that this will also automatically install updates for third-party components shipped by Plesk" is not enabled by default...
Thanks guys for your awesome help - this took me into the right direction!
1 + 3 is solved - since I don´t know the IP upfront my host is to, I ended up with this solution:
serverip=`hostname -I | cut -f1 -d' '`
hostname=`hostname`
read -p "Plesk License-Key:" key
read -p "Plesk Password:"...
Hi,
I am about to finalize my server auto-install script (fully automatic) - all tweaks are already included - I am just struggling on 3 things and hope to get some help.
1.) Server IP (which is randomly assigned by the cloud provider) is set to dedicated by default - how can I change this to...
Hi all,
same issue here - Plesk assumes there´s a Backup running since Dec 22nd last year (!). There´s no backup process running at all at the server. Server reboot also did not change this behaviour - it keeps rotating funny around :-)
Best regards
Dear all,
recently we migrated the majority of our servers from Plesk 12.5 to ONYX.
Adding domains, changing domain settings or e.g. adding a certificate within the controlpanel takes much longer compared to Plesk 12.5 - resulting in Bad Gateway errors and such. We have already added Webserver...
Dear all,
I have been following this post since I am also struggling with backups since upgrading to Plesk Onyx. pmm-ras Hotfix has been applied to a CentOS server as well as updating to patch #9.
However, there are still issues on scheduled backups. I initially thought this is related to the...
Hi Igor - just tried your query - the output is every email address generated. Unfortunately I am not that familiar with SQL queries. What I was looking for is to output the email address which was used during the creation process of a new customer, by means, the "webspace owner" email address...