Examples

ARTIFACTORY: How to migrate from Eventual to Direct upload mechanism

AuthorFullName__c
David Livshin
articleNumber
000006038
ft:sourceType
Salesforce
FirstPublishedDate
2024-02-29T12:20:00Z
lastModifiedDate
2024-02-29
VersionNumber
2
For the general eventual configuration.
<provider id="eventual" type="eventual">
   <passThrough>true</passThrough>
</provider>
In template of : cluster-s3-storage-v3
<provider id="eventual-cluster-s3" type="eventual-cluster">
   <passThrough>true</passThrough>
</provider>
In template of : cluster-google-storage-v2
<provider id="eventual-cluster-google-storage" type="eventual-cluster">
   <passThrough>true</passThrough>
</provider>
In template of : cluster-azure-blob-storage-v2
<provider id="eventual-cluster-azure-blob-storage-v2" type="eventual-cluster">
   <passThrough>true</passThrough>
</provider>
After making this change a restart of Artifactory is required.
If you have an HA setup you can make this change on one node. Restart, wait for it to come back up and then restart the other nodes. The configuration will automatically propagate and just needs a restart to be applied to each node.