...
-r (or --replicate), with the following possible values -
None, Repositories, Containers, Artifacts, Relations, Users, AutoKeys or All
-e (or --enhance), with the following possible values -
None, Repositories, Containers, Artifacts, Relations, Users, AutoKeys, RepositoryTypes, ContainerTypes, RelationTypes or All
(NOTE: artifact types are automatically enhanced when enhancing artifacts)-s (or --stage), with the following possible values -
None, Repositories, Containers, Artifacts, Relations, Users, AutoKeys, RepositoryTypes, ContainerTypes, ArtifactTypes, RelationTypes or All
-l (or --load), with the following possible values -
None, Repositories, Containers, Artifacts, Relations, ContainerTypes, ArtifactTypes, Users, AutoKeys or All
The conf/application.conf
file contained in this utility has to be supplied with the correct values for the source/target databases and whether the source server is LDAP enabled or not. It should also specify the Syndeia 3.3 server IP address, port and the protocol (http or https) and the sign-in username and password for signing in to Syndeia Cloud 3.3. The username/password for Syndeia Cloud 3.3 should be for an admin account (preferably super.user
) that has ALL the permissions, including user management. The admin MUST have a local account in Syndeia 3.3 (basic auth, not LDAP to connect to Syndeia 3.3 and should be using that for the load steps of the migration process. The relevant sections of the conf
file are:
...
bin\syndeia-migration.bat -e Relations -s Relations -l Relations
Step 13 -
...
Enhance, stage and load auto keys
bin\syndeia-migration.bat -e AutoKeys -s AutoKeys -l AutoKeys
Troubleshooting
...