• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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