...
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" |
...