FreeUserName
New Pleskian
It seems that created event handlers are called after the event occurs.
Coming from:
https://docs.plesk.com/en-US/12.5/a...t-tracking/adding-event-handlers-linux.59206/
E.g. when I use the example 'customer account creation' event the bash script test-handler.sh is called after the client has been created what makes perfect sense here. But let's say I would like to perform a task before the 'Physical hosting deleted' event actually does its task? E.g. unmount a folder pointing to an NFS in the users httpdocs/.
In addition is there an overview of when events are called and in which order? E.g. Domain created > Physical hosting created > Event N.
Coming from:
https://docs.plesk.com/en-US/12.5/a...t-tracking/adding-event-handlers-linux.59206/
E.g. when I use the example 'customer account creation' event the bash script test-handler.sh is called after the client has been created what makes perfect sense here. But let's say I would like to perform a task before the 'Physical hosting deleted' event actually does its task? E.g. unmount a folder pointing to an NFS in the users httpdocs/.
In addition is there an overview of when events are called and in which order? E.g. Domain created > Physical hosting created > Event N.
Last edited: