Product Documentation

In case of any discrepancies in the row count of the encryption_requests table, there is no need to worry. A step-by-step guide is available to effortlessly synchronize data. For a comprehensive comparison, it is recommended to execute any of the suggested queries in the strongkeylite DB as the skles user on each node. Some queries provide more in-depth insights than others, ensuring all necessary information is available.

shell> mys
mariadb> select count(*) from encryption_requests;
mariadb> select sid, did, count(*) from encryption_requests group by sid, did;
mariadb> select sid, did, hmac_keyalias, count(*) from encryption_requests group by sid, did, hmac_keyalias;