0
votes

I tried setting up a remote-repo on my PRO installation to replicate from the OSS installation but I get an error.

Error testing pull replication config: Replication to remote open-source Artifactory instance is not supported.

Is there a script that can use the CLI to download each OSS artifact and upload to the PRO installation? Or, do I need to purchase a PRO license, export the OSS version, and import into a new PRO installation, just to be able to replicate from one instance to the other?

2

2 Answers

2
votes

I think your best option is to follow these instructions from the JFrog wiki. Note that if you've already installed your new Pro and started uploading Artifacts to it, you might need to run an Export on each repo, do a "clean upgrade" as per the link, and import the repos data back in. Do not do a full export on your pro, as the import will override the OSS data you upgraded.

0
votes

I ended up downloading all the artifacts from the OSS artifactory (20GB) and wrote a simple script using jfrog cli to upload the files to the PRO artifactory. No down time, and didn't have to modify a working server just to be compatible for replication.