• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Finding a domain alias?

deltatech

Regular Pleskian
Ever since upgrading to plesk 10, it seems there is no way to search for a domain name that is being used as a domain alias.

We received a complaint about one of our hosted domains. We do indeed host that domain but can not locate it within plesk as it is a domain alias.

How can we find out which customer has this domain alias?
 
This will show you the main domain its set to

mysql -uadmin -p`cat /etc/psa/.psa.shadow ` psa -e "select d.name from domainaliases da inner join domains d on da.dom_id=d.id;"
 
Back
Top