First, register one test user for each domain-id (DID) using skfsclient.jar to be used for verification at the end of the process.
shell> java -jar /usr/local/strongauth/topaz/skfsclient.jar R <hostport> <did> <wsprotocol> <authtype> [ <accesskey> <secretkey> | <svcusername> <svcpassword> ] <username> <origin> <crossorigin>
Then, a database dump from one of the existing servers must be created to be imported into the new appliance.
MariaDB:
shell> mysqldump -u root -p strongkeylite fido_keys fido_policies fido_users key_custodians domains servers server_domains symmetric_keys users > /usr/local/strongauth/dbdumps/strongkeylite_drbackup-<DATE>.db
OpenLDAP:
Back up the openLDAP Directory Server by logging as "root" user:
shell> slapcat -n 0 -l /usr/local/strongauth/dbdumps/conf-<DATE>.ldif
shell> slapcat -n 2 -l /usr/local/strongauth/dbdumps/databackup-<DATE>.ldif
NOTE: Please replace <DATE> with the date on which the backup is being created. |
Copyright (c) 2001-2024 StrongAuth, Inc. (dba StrongKey) All Rights Reserved