Step 2: Setting up the Cold Artifactory Instance

ARTIFACTORY: Step-by-step guide to setup Artifactory Cold Storage

AuthorFullName__c
Vaibhav Jain
articleNumber
000005475
ft:sourceType
Salesforce
FirstPublishedDate
2022-11-29T15:05:10Z
lastModifiedDate
2022-11-29
VersionNumber
4
  1. On the Artifactory instance that we are designating as the Cold instance, perform the following steps:
  • Update the Artifactory system.yaml file and add the shared.jfrogColdStorage.coldInstanceEnabled property and set it as true to configure the instance as the Cold instance.:
shared:
    jfrogColdStorage:
                  coldInstanceEnabled: true
  • Configure the Binary Storage Provider according to your requirement. For demonstration purposes, we are using the file-system.
  • Restart the Cold Artifactory instance.