• Recent
    • Tags
    • Popular
    • Register
    • Login

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Deleting Event Detectors

    Scheduled Pinned Locked Moved User help
    2 Posts 2 Posters 821 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • CraigWebC Offline
      CraigWeb
      last edited by

      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 ?

      1 Reply Last reply Reply Quote 0
      • phildunlapP Offline
        phildunlap
        last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post