Restore the blocks Table

Restore the blocks table. This step is required only if the node type is Mediation Engine.

  1. Go inside the MySQL Backup folder (for example, /root/mysqlBackup)
  2. Execute the following commands to restore the blocks table which fixes any discrepancy caused by difference in number of blocks between backup and restore machines.
    mysql vsp < blocks_dumps.sql
    mysql vsp < blocks_replace.sql