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.
mailmng-server failed: Fatal error: plesk::Exc<&plesk::ExecCmd::Failed, plesk::ExDefault>(Execution of /usr/sbin/postconf -d -h mail_version failed with return code 1. Stderr is /usr/sbin/postconf: /lib64/libmysqlclient.so.18: version `libmysqlclient_18' not found (required by /usr/sbin/postconf) )
it seems because missing libmysqlclient.so.18
mysql5.7 comes with libmysqlclient.so.20 , I have try to create soft link from .20 to .18 , no good ...
copy .20 to .18 , no good
installed mysql-libs , no good
installed mysql-devel, no good
search .18 in internet and place in /usr/lib/mysql and /usr/lib64/mysql , no good
ldd /usr/sbin/postconf no longer shows "file no found" , but still doesn't work.