You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
the transfer-config command allows to skip repositories via the --exclude-repos options. However it doesn't skip the replications set on those excluded repositories (local and remote) which breaks the import on the target server and end up with the following error [ERROR] Failed system import: ConfigurationException: Found replication for missing remote repo <MY_REMOTE_REPO_KEY>
Describe the solution you'd like to see
The CLI should be smart enough to exclude replications related to excluded repositories
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
the
transfer-config
command allows to skip repositories via the--exclude-repos
options. However it doesn't skip the replications set on those excluded repositories (local and remote) which breaks the import on the target server and end up with the following error[ERROR] Failed system import: ConfigurationException: Found replication for missing remote repo <MY_REMOTE_REPO_KEY>
Describe the solution you'd like to see
The CLI should be smart enough to exclude replications related to excluded repositories
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: