• 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

    Disaster Simulation for Mango v3.7.7,

    How-To
    3
    5
    975
    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.
    • M
      Malaguena
      last edited by

      Hi All,

      We will make a disaster simulation for Mango v3.7.7, then restore the whole mango configuration, event, and data point history.

      Currently, we have 300 data sources in our system and 25.000 data points with the 5 seconds heartbeat. It will be ~100.000 data points at the end of the project. And also, we use MySQL. We configured Mango to backup Configuration, Mango NoSQL, and SQL database daily. Daily backup names are as below.

      core-database-MYSQL-Oct-14-2020_000500
      MangoNoSQL-incremental-Oct-14-2020_030003
      MangoNoSQLPointData-incremental-Oct-14-2020_030003
      Mango-Configuration-Oct-14-2020_050000

      I have 2 questions for this scenario.

      Q1. Can you please tell us what is the difference between MangoNoSQL-incremental-Oct-14-2020_030003 (1.236.717 KB) and MangoNoSQLPointData-incremental-Oct-14-2020_030003(73 KB)?

      Q2 What I planned is to install Mango v3.7.7 and MySQL to another server after the disaster, then restore backups. What is the restore steps for all backups? If I restored core-database-MYSQL, do I need to restore Mango-Configuration also?

      Thanks in advance!

      JoelHaggarJ 1 Reply Last reply Reply Quote 0
      • MattFoxM
        MattFox
        last edited by MattFox

        Why not create server image snapshots so your recovery time is faster?
        You can restore from an image which will cut your down time in half.
        I can answer Q2 for you.
        If you restore the MySQL DB which holds all of your config data you won't need he config json file.
        However since you are using the NoSQL database the MySQL backup becomes more crucial because it links the values in the NoSQL PointValues DB with the DataPoint internal reference IDs in the the database.

        Q1 at a guess is a change in naming convention between earlier versions and 3.7

        Do not follow where the path may lead; go instead where there is no path.
        And leave a trail - Muriel Strode

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

          @nurr MangoNoSQLPointData-incremental file is likely not being used but there is a feature in Mango where you can associate extra data with a time series. If you are not using this then there won't be anything in the file.

          If you want to restore your configuration and your history then using the H2/MySQL restore is the only way. The configuration backup can be handy but doesn't include all the data from the database. It is specifically missing the Data Point ID which is how the data is linked to the history. If you are not restoring the history then you should be able to use the configuration but restoring the database is recommended for any kind of restoring of the system.

          You can see this for more information: http://docs-v4.mango-os.com/how-to-restore-a-h2-database-backup

          1 Reply Last reply Reply Quote 0
          • M
            Malaguena @MattFox
            last edited by

            Hi @MattFox !

            When we create server image snapshots to recover, how licenses will be affected?

            1 Reply Last reply Reply Quote 0
            • MattFoxM
              MattFox
              last edited by

              As long as your system configuration hasn't changed you will be fine.

              Do not follow where the path may lead; go instead where there is no path.
              And leave a trail - Muriel Strode

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