Legacy Artifactory 6.X Reset steps:

How to reset the master key

AuthorFullName__c
Patrick Russell
articleNumber
000004143
ft:sourceType
Salesforce
FirstPublishedDate
2019-01-23T00:15:31Z
lastModifiedDate
2024-03-10T07:49:13Z
VersionNumber
14
  1. Change the db.properties password from its encrypted form to clear-text.

  2. Run query: DELETE FROM access_configs WHERE data LIKE 'JE%';

  3. Run query: DELETE FROM configs WHERE data LIKE 'JE%' or data LIKE 'AM%';

  4. Run query: DELETE FROM access_master_key_status WHERE status = 'on';

  5. Run query: DELETE FROM access_users_custom_data WHERE PROP_VALUE LIKE 'JE%';

  6. 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

  7. *Optional*: If you are rotating (not resetting) the master.key, remove the master.key from all nodes.

  8. Start the nodes.