0

I've installed the trial version of nexus3 Pro for POC of Bi-Directional replication. I've followed all the instructions mentioned in the doc https://help.sonatype.com/repomanager3/nexus-repository-administration/repository-management/repository-replication

Currently, I've implemented only One-Directional replication. So when I upload a docker image and run the jar file mentioned in the doc, I can see the replication.txt file is created in the source instance and when I execute the jar file, I don't see the repository replicated in the target instance.

Following is my config.yaml file

sources:

  • path: /etc/opt/sonatype-work/nexus3/blobs/default type: file targets:
  • path: /opt/sonatype-work/nexus3/blobs/default type: file repositoryName: Docker_destination connectionName: DockerImageReplication

Expected result would be, Soruce repo contents should be replicated to Target repo on different nexus instance.

0 Answers0