• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Expired Domains

SoheilY

New Pleskian
Hi,

How can i get or export a list of expired domains ??? i have near 350 domains on my plesk server and i'm sure some of domains are expired, but i don't know how discover expired domains.

Thanks with best regards
Soheil YOUSEFI
 
You can try to find these domains with following SQL query
select name from domains where status & 256;
 
Last edited:
SQL query

Hi IgorG

i did it, it gaves me 3 different status, 80% are "0" , 5% are "16" and 15% are "64".

i checked them but i can't undrestand which are expired and which are active.
 
Query resault

Hi,

it is ok, now i can delete all expired domains on my server so i can increase disk space.

THANK YOU, THANK YOU

Soheil YOUSEFI
 
Back
Top