...
If you are doing a production transfer (not just testing). You need to fix potential absolute paths in the resource files can cause issues post-migration, especially in cloud environments. To avoid this, the FixAbsolutePathsInDataXml
FixDataXmlFiles
command converts absolute paths to relative ones.
Code Block |
---|
.\CHILI.Migration.CLI FixAbsolutePathsInDataXmlFixDataXmlFiles -d "C:\chili_data\Environments\test" |
...
Alternatively, the Data Migration Toolkit now supports a multi-environment transfer option. If you are planning to utilize this option, it is important to inform the support team prior to your cutover day.
Open the below to see full instructions.
Expand | ||
---|---|---|
| ||
First you will create a JSON file to define the environment ID, which is called a Example of JSON
To migrate multiple environments to the cloud-based storage, use the
-d is the base path to the environments directory -c is the path to the configuration json
|
Step 3: Notify the Customer Success team when the transfer is complete
...