DX Unified Infrastructure Management

  • 1.  Dashboard Backups

    Posted Mar 22, 2013 12:43 AM

    Does anyone have any suggestion on how to efficiently backup dashboards? The only way I been successful in performing this task is to restore the database (to a text env) and export the dashboard and re-import into production. Not ideal. Thoughts or suggestions appreciated. 



  • 2.  Re: Dashboard Backups

    Posted Mar 23, 2013 07:36 PM

    It does not work to take the row from the database for that dashboard and just reinsert it back into the table? You have to do the export and import for it to work?



  • 3.  Re: Dashboard Backups

    Posted Mar 25, 2013 04:46 PM
    I was under the impression that you could not reinsert the row back into a table based on how the dasboards tables are designed. Have you had success in using this method?

    tbnLocalDashboard and tbnPanelAlarmSource might be enough, but we're not entirely sure how much other tbnPanel* - These are the tables we believe we need to restore


  • 4.  Re: Dashboard Backups
    Best Answer

    Posted Mar 28, 2013 07:06 PM

    If it only a couple of dashboards there is always the desinger GUI and import dashboard from XML. You can cut and paste the XML from the DB backup.

     

    If inserting them direct to the table does not work and you have a larger number, you could use the ndg sdk to upload and publish the XML too.  Would be a fairly simple script.