<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Deleting Event Detectors]]></title><description><![CDATA[<p dir="auto">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 ?</p>
]]></description><link>https://forum.mango-os.com/topic/3534/deleting-event-detectors</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 08:44:45 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3534.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 May 2018 06:45:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Deleting Event Detectors on Tue, 29 May 2018 15:46:02 GMT]]></title><description><![CDATA[<p dir="auto">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.</p>
<pre><code>delete from eventDetectors where sourceTypeName='DATA_POINT';
</code></pre>
<p dir="auto">Then import your configuration backup of the data points again.</p>
]]></description><link>https://forum.mango-os.com/post/18647</link><guid isPermaLink="true">https://forum.mango-os.com/post/18647</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Tue, 29 May 2018 15:46:02 GMT</pubDate></item></channel></rss>