Product Documentation
  1. Log into the appliance as strongauth user.
  2. Start a shell window.
  3. Export database (DB) entries from tables necessary for configuration of new SAKA.
    shell> mysqldump -u skles -p`dbpass 2> /dev/null` --no-create-info --ignore-table strongkeylite.decryption_requests --ignore-table strongkeylite.deletion_requests --ignore-table strongkeylite.search_requests --ignore-table strongkeylite.replication strongkeylite > /usr/local/strongauth/dbdumps/strongkeylite-EOL-$(date +%Y-%m-%d).db
  4. Copy over the exported DB file to New SAKA under /usr/local/strongauth/dbdumps directory.
  5. Log out of SAKA.