• 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

    Mango 12.4 update to Mango Automation

    User help
    2
    3
    2.3k
    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.
    • A
      Antsu
      last edited by

      Hello,

      I’m planning to update Mango version 12.4 for new Mango automation system.
      Is it possible to copy Mango's Mysql database with for example Mysql Workbench tool to new system’s Mysql database? I can transfer other settings with import/export function but is that database case possible? If I need to use Mango automation Data import modul what is to practical way to change database to csv -format? I have got 230 data point in my system from two years period, database is quite big. Should I start it from the beginning or can I upload the old data easily?

      BR,
      Antsu

      1 Reply Last reply Reply Quote 0
      • JoelHaggarJ
        JoelHaggar
        last edited by

        Hi Antsu,

        This is a great question. The data import tool will work but will be a bit time consuming. Do you know how many rows of history data there are for each point; can you export the entire history and view it as csv in excel?

        Another option would be to export just the pointValues table from the mysql database and import that into the new MA mysql database, the problem is that dataPointid reference may not match up by default so you would need to go through and make sure they match. I've played around with this awhile ago and it can be a bit difficult to get right.

        Look at the dataPoint table in your old version and the the new version and make sure the id matches. I believe that Mango created the data point ID based on the order it is imported so you can rearrange your data points in your import text so that the point ID's are created the same as in your old version.

        This is all very theoretical so would like to hear back if any of it works for you.

        Joel.

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