Product Documentation
  1. Login into the appliance as strongauth user.
  2. Export data for the token created on the node itself. Meaning, export tokens for SID-1 from SID-1 and for SID-2 from SID-2, etc.
    shell> mysqldump -u skles -p -w "sid=<SID> and did=<DID> and request_date<='YYYY-MM-DD HH:MM:SS'" --no-create-info --insert-ignore strongkeylite encryption_requests > /usr/local/strongauth/dbdumps/encreq-<SID>-<DID>-$(hostname)-$(date +%Y-%m-%d).db

    NOTE: Replace <SID> with the Server ID number of the node where the command is being run and replace <DID> for the Domain ID for which data is being exported. Run this command for each DID.

    While request_date clause is optional, you should replace 'YYYY-MM-DD HH:MM:SS' with the date-time to limit the data being exported.

  3. Copy over the exported data file to all other nodes in the cluster under /usr/local/strongauth/dbdumps directory.