mysql -Ns -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e “select name from domains d” > /tmp/domains
Lists all the domains hosted on a Linux Plesk node.
mysql -Ns -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa -e “select name from domains d” > /tmp/domains
Lists all the domains hosted on a Linux Plesk node.