During a migration from Self-Hosted JFrog Artifactory to JFrog Cloud when the Self-Hosted setup is a Helm Installation,
the below errors might raise when attempting to execute the command:
$ jf rt transfer-files source-server target-server
[artifactory@user ~]$ ./jf rt transfer-files source-server target-server --prechecks 11:43:25 [🚨Error] server response: 404 Not Found { "errors": [ { "status": 404, "message": "The execution name 'verifyCompatibility' could not be found." } ] }
The error above indicates that the plugin wasn't loaded properly on the source Artifactory. To mitigate the issue, we suggest manually installing the plugin, instead of using the command
'jf rt transfer-plugin-install source-server’