• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Getting app instances installed

jorfermo

Regular Pleskian
Hi all.

Is there any way to get a list of who has installed an aplicaction (for example phpBB) from the control panel through command line.

Thanks in advance!!
 
Please run query for PSA database
SELECT * FROM siteapppackages;
 
Follow these steps :
cd %plesk_dir%
cd mysql\bin
mysql -uadmin -padmin-password -P8306 psa

John S.G.
 
Back
Top