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.
Copyright (c) 2001-2025 StrongAuth, Inc. (dba StrongKey) All Rights Reserved