How to Replicate the Artifacts between two Jfrog Artifactories by using CURL or jfrog rt Rest API

0 votes

I am unable to replicate the artifacts between two jfrog artifactories. And I don't want to do it from the UI, can I replicate the artifacts by using curl or jfrog rt commands.

Ref:https://www.jfrog.com/confluence/display/RTF/Repository+Replication#RepositoryReplication-WatchtheScreencast

Mar 27, 2018 in DevOps Tools by stephen
• 340 points
2,648 views

1 answer to this question.

0 votes
Yes and no, It's a bit complex and I can explain.

You should be able to trigger using the REST API, an existing replication,which means that you already configured all of the required parameters for the replication on the repository.Its not possible to run a replication between two instances of Artifactory if you don't have it set up already, which means that if the repository doesn't have replication configuration, you will not be able to replicate from it. Also, the jfrog cli will fail to assist in this specific scenario.
answered Mar 27, 2018 by Atul
• 10,240 points

Related Questions In DevOps Tools

0 votes
1 answer

How to download the latest minor version of nexus artifact using REST?

If you're using nexus 2.x, you can ...READ MORE

answered Jun 27, 2018 in DevOps Tools by ajs3033
• 7,300 points
4,125 views
0 votes
1 answer

How do I deploy to multiple servers using the same context root?

  If you're deploying to multiple servers ...READ MORE

answered Jul 2, 2018 in DevOps Tools by Kalgi
• 52,340 points
1,396 views
0 votes
1 answer

How to add two external load balancers(specifically HAProxy) to the Kubernetes High availability cluster

You can set two load balancer in ...READ MORE

answered Jun 30, 2020 in DevOps Tools by MD
• 95,460 points
2,841 views