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.
@IgorG, I actually ran into this myself today when trying to migrate to a brand new Plesk Onyx v17.0.17 Update #17 server. I found that for some reason the "plesksa" MSSQL user keeps getting locked out when the Migration & Transfer Manager attempts to copy/create a database. Within MSSQL, I had...
The fix mentioned didn't seem to completely solve the issue. I was able to utilize the following to repair this:
del "%plesk_dir%\var\health\data\localhost\*.rrd"
"%plesk_bin%\Parallels.MonitorSrv.exe" --update-config
"%plesk_bin%\php.exe" -dauto_prepend_file=...
Just an FYI, I recently had a failed update to Plesk 10.4.4 MU#57 due to the same "plesk_agent_manager.exe" file missing.
After much testing, I found that our Antivirus (NOD32 and also ESET File Security) was silently deleting the files as it was detected as infected.
I had to an an exclusion...
Just a FYI, Step B "switch_all_subscriptions_to_dedicated_pool"...
This script has a syntax error on line 8 (states "and and").
change the code from this:
mysql -uadmin -p%p% -P8306 psa -Ne"select d.name,d.id from domains d, dom_param dp where dp.dom_id=d.id and and...