Replies: 1 comment 2 replies
-
@tomfrenzel added a fix for this as it would just fail before. The extension that contains the It's best to install all of the Extensions from the Source collection/organisation onto the Target collection/organisation! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to migrate a few hundred task groups. A lot of these use nested task groups inside them, sometimes multiple layers deep. It seems that the migration tool cannot handle these at all. I.e. we have the
Task Group: Install Runtime
and anotherTask Group: Deploy Service
which uses theTask Group: Install Runtime
. In the log we can see just the errorBut we can see the
Install Runtime
Task Group in the new project, which means it was migrated successfully - just theDeploy Service
Task Group is missing.Is this a bug or are we doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions