...
Once you click Create New
this Syndeia project should be created.
...
Step 2 - Replicate all data from Syndeia Cloud 3.2
bin\syndeia-migration.bat -r All
Step 3 - Enhance, stage, and load users
bin\syndeia-migration.bat -e Users -s Users -l Users
Step 4 - Enhance repository, container and relation types
bin\syndeia-migration.bat -e RepositoryTypes
bin\syndeia-migration.bat -e ContainerTypes
bin\syndeia-migration.bat -e RelationTypes
Step 5 - Stage repository and relation types
bin\syndeia-migration.bat -s RepositoryTypes
bin\syndeia-migration.bat -s RelationTypes
Step 6 - Enhance, stage, and load repositories
bin\syndeia-migration.bat -e Repositories -s Repositories -l Repositories
Step 7 - Connect to all the repositories using Syndeia Standalone client
Launch Syndeia standalone client (which is already pointing to the Syndeia Cloud 3.3 server). Double-click the newly created MIGCONT Syndeia container (project) created in Step 1 and the Syndeia dashboard will launch. It will show all the repositories which were migrated from Syndeia 3.2 in the Repository Manager tab. Click on each of the repositories and you might be prompted to enter the password. If the prompt does not appear, then right-click each of the repositories and press “Update…” and enter your credentials there. Once you’ve entered the credentials for all the repositories, you should expand each of the repositories by clicking the “right-pointing triangle” icon. The repositories should look like the following:
...
Info |
---|
The credentials supplied for each external repository (server) should be for an account that has permission to read all the data in that repository. For example, if Syndeia Cloud 3.2 had Syndeia relations to Jira issues, then the credentials supplied for your Jira repository should have permissions to access the given Jira project and the issues. |
Close Syndeia Standalone utility client after connecting to all the repositories.
Step
...
bin\syndeia-migration.bat -r All
Step 3 - Enhance, stage, and load users
bin\syndeia-migration.bat -e Users -s Users -l Users
Step 4 - Enhance repository, container and relation types
bin\syndeia-migration.bat -e RepositoryTypes
bin\syndeia-migration.bat -e ContainerTypes
bin\syndeia-migration.bat -e RelationTypes
Step 5 - Stage repository and relation types
bin\syndeia-migration.bat -s RepositoryTypes
bin\syndeia-migration.bat -s RelationTypes
Step 6 - Enhance, stage, and load repositories
bin\syndeia-migration.bat -e Repositories -s Repositories -l Repositories
...
8 - Enhance containers and stage container types & containers
bin\syndeia-migration.bat -e Containers
...
bin\syndeia-migration.bat -s Containers
Step
...
9 - Load container types & containers
bin\syndeia-migration.bat -l ContainerTypes
bin\syndeia-migration.bat -l Containers
Step
...
10 - Enhance artifacts and stage artifact types & artifacts
bin\syndeia-migration.bat -e Artifacts
...
bin\syndeia-migration.bat -s Artifacts
Step
...
11 - Load artifact types & artifacts
bin\syndeia-migration.bat -l ArtifactTypes
bin\syndeia-migration.bat -l Artifacts
Step
...
12 - Enhance, stage and load relations
bin\syndeia-migration.bat -e Relations -s Relations -l Relations
...