Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Deleting Event Detectors
-
Hi there, I added a few hundred event detectors via script and my script was not perfect... I tried to upload the previous nights configuration backup but the event detectors do not get removed. Is there any other way ?
-
The Import / Export tool tries to not delete things. You could delete them surgically from the database if you trust your SQL or you can.
delete from eventDetectors where sourceTypeName='DATA_POINT';
Then import your configuration backup of the data points again.