-
Change the db.properties password from its encrypted form to clear-text.
-
Run query: DELETE FROM access_configs WHERE data LIKE 'JE%';
-
Run query: DELETE FROM configs WHERE data LIKE 'JE%' or data LIKE 'AM%';
-
Run query: DELETE FROM access_master_key_status WHERE status = 'on';
-
Run query: DELETE FROM access_users_custom_data WHERE PROP_VALUE LIKE 'JE%';
-
There may also be a table master_key_status that contains a row similar to access_master_key_status, remove the contents of this table as well
-
*Optional*: If you are rotating (not resetting) the master.key, remove the master.key from all nodes.
-
Start the nodes.