Migrating a standalone Artifactory server

How to migrate from "s3" to "cluster-s3"?

AuthorFullName__c
Ariel Kabov
articleNumber
000004536
ft:sourceType
Salesforce
FirstPublishedDate
2019-09-01T06:44:31Z
lastModifiedDate
2019-09-01
VersionNumber
5
  1. Make sure Artifactory Garbage Collection will not run during this procedure.
  2. While Artifactory is still running, update the $ARTIFACTORY_HOME/etc/binarystore.xml with the desired final configuration.
  3. Take the server off the network to block new uploads.
  4. Monitor the “_add” directory(By default under $ARTIFACTORY_HOME/data/eventual/_add/).
  5. Once the “_add” directory is empty, restart Artifactory.
  6. Return server to network and restore GC configurations.
  7. Confirm that both $EVENTUAL_DIR/_add/ and $EVENTUAL_DIR/_delete/ are empty. If one of these isn’t empty, run the below referenced “Convert script”.