Reputation: 64
I have 2 Artifactory-OSS servers, both are placed at 2 different location. I want to enable replication for maven repositories created on this servers, so could anyone has done this kind of setup to enable replication feature on artifactory-oss version?
Upvotes: 0
Views: 1111
Reputation: 20376
Repository replication requires at least an Artifactory Pro license.
You can create a remote repository in one Artifactory which point to a local repository on the other Artifactory. This will enable you to cache files located in the remote Artifactory. Caching will be performed only when the artifact is requested, as opposed to replication which will actively populate the artifacts.
The Artifactory Pro version supports the following types of replications:
The Artifactory Enterprise version supports the following additional types of replications:
The replication white paper describes how to use replication to support different types of topologies like star and full mesh.
Upvotes: 1