<?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[is there a way to restore a deleted dashboard ?]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm new to the system and I've been experimenting with it trying to learn and how i can apply it to my facility.<br />
while trying to delete a component in my dashboard designer I've deleted the whole page, is there a way to restore it ?<br />
Appreciate the help</p>
]]></description><link>https://forum.mango-os.com/topic/4307/is-there-a-way-to-restore-a-deleted-dashboard</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 14:23:17 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4307.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Jul 2019 17:07:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to is there a way to restore a deleted dashboard ? on Mon, 15 Jul 2019 11:51:46 GMT]]></title><description><![CDATA[<p dir="auto">Glad to hear it! :D</p>
]]></description><link>https://forum.mango-os.com/post/22692</link><guid isPermaLink="true">https://forum.mango-os.com/post/22692</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Mon, 15 Jul 2019 11:51:46 GMT</pubDate></item><item><title><![CDATA[Reply to is there a way to restore a deleted dashboard ? on Sat, 13 Jul 2019 12:35:44 GMT]]></title><description><![CDATA[<p dir="auto">thank you so much :D<br />
It worked and i got it back</p>
]]></description><link>https://forum.mango-os.com/post/22689</link><guid isPermaLink="true">https://forum.mango-os.com/post/22689</guid><dc:creator><![CDATA[bhr477]]></dc:creator><pubDate>Sat, 13 Jul 2019 12:35:44 GMT</pubDate></item><item><title><![CDATA[Reply to is there a way to restore a deleted dashboard ? on Fri, 12 Jul 2019 17:26:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi bhr477, welcome to the forum!</p>
<p dir="auto">Yes! Your dashboard can be recovered, so long as the audit events of its previous saves have not been purged from the audit table.</p>
<ol>
<li>Use SQL console to find the ID by looking through the context to find if that's the deletion event (changeType 3, where 1 is create and 2 is modify)<br />
<code>select objectId, context from audit where typename='JSON_DATA' and changeType=3 order by id desc limit 10;</code></li>
<li>Create a new dashboard in the dashboard designer and save it</li>
<li>Find the ID of the new entry in the jsonData table via SQL<br />
<code>select id, name, data from jsonData order by id desc limit 5;</code></li>
<li>Use the SQL console to change the ID of the new entry in the JsonData table to the objectId we found in step 1.<br />
<code>update jsonData set id=[objectId from step 1] where id=[id from step 3];</code></li>
<li>Reload the dashboard designer page, and use the revert tool to recover the deleted dashboard!</li>
</ol>
<p dir="auto"><img src="https://camo.nodebb.org/a667fbf75680c668d8cda228f52cd15011aee529?url=https%3A%2F%2Fi.imgur.com%2FH5rOADX.png" alt="0_1562953156163_dashboardRevision.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/post/22685</link><guid isPermaLink="true">https://forum.mango-os.com/post/22685</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Fri, 12 Jul 2019 17:26:44 GMT</pubDate></item></channel></rss>