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 found 240.000 sessions in the database table "session" and all but a few are old and have been expired. Is there any special reason not to clear this large table or can it be cleared without causing any problems?
Feel free to delete the data from session table (not table itself). It should not affect anything in Sitebuilder. BUT, just in case I can suggest you first make sitebuilder3 database dump:
On system with Plesk installed:
# mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` sitebuilder3 > /root/sitebuilder3.sql
On standalone server:
# mysqldump -uroot -pPASSWORD sitebuilder3 > /root/sitebuilder3.sql