• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk Events

spilias

Basic Pleskian
Hello,

I am trying to create plesk event handler

I have created the event

"C:\Program Files (x86)\Parallels\Plesk\bin\subscription_settings.exe" -u "${NEW_DOMAIN_NAME}" -disk_space 15G
for domain updated / domain created

But it doesn't run.

If I add hardcode the domain name for example mytest.com

"C:\Program Files (x86)\Parallels\Plesk\bin\subscription_settings.exe" -u mytest.com -disk_space 15G

the event works.

Can you assist me please?
 
Try to use <NEW_DOMAIN_NAME> instead of "${NEW_DOMAIN_NAME}"
 
Just for your information - bugreport PTD-348 has been submitted.
 
Back
Top