Reputation: 1
We are planning to clone (make a copy) of our existing artifactory. our current setup runs artifactory on an EC2 instance with Derby DB and the files/artifacts stored in S3 bucket. In our copy we would like to have artifactory running on a new EC2, DB running on mysql and files stored in a different S3 bucket. We have built a base setup for the target and its operational. what is the best way to export / import from source to target. I see options for repository and system export. Should i do a repository by export/import ?
Thanks
Upvotes: 0
Views: 808
Reputation: 11045
A system export -> import is usually the recommended way.
You can see a detailing of the process in this JFrog's knowledge-base - migrating Artifactory article.
Also another entry with a video in this How to migrate Artifactory from one environment to another?
However you choose to go, make sure to test well and backup before!
Upvotes: 2