• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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