• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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