Product Documentation
    1. Login into the appliance as strongauth user.
    2. Log into strongkeylite DB as skles user.
      shell> mys
    3. Clear the data for SID for which data is being imported.
      shell> delete from encryption_requests where sid=<SID> and did=<DID> and request_date<='YYYY-MM-DD HH:MM:SS';
    4. Import data from other SID using the file that was copied over from other node in the cluster.
      shell> source /usr/local/strongauth/dbdumps/<FILENAME>.db;

      NOTE: Repeat steps 3 and 4 for each other node in the cluster.

    5. Exit out of the database.