Is there any way of migrating registered delivery services from one environment to other rather than registering them manually in each environment ? Please let me know if anyone has any idea about this.
We have many custom delivery services, am looking for easy way to migrate them across the different environments.
This is how I have done it:
For each delivery service (myDeliveryService) also create a registerMyDeliveryService to hardcode (or otherwise define) the correct registry values and call wm.tn.delivery:registerService. If you add the register-service as a startup service you are done.
/Kristian