• 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.

Where is the activity log data?

mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e 'select * from log_actions;'

Or

mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e 'select date, ip_address, user, descr from log_actions, actions where actions.id = log_actions.id'
 
Back
Top