Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

View file
nameCHILI.Migration.CLI.exe.zip

Step 3:

...

This step assumes you unzipped the azcopy.exe to the root folder of your CHILI data folder.

There are two methods to use AzCopy: copy or sync. Depending on your situation, choose from one of the two options below: 

Methods

When

Consequences

AzCopy Copy

Use when you don't care to synchronize files that have been deleted. This will synchronize new and changed files.

The first time running is 3x to 5x faster than the other method.

Deleted files will not be synced.

...

Notify the Customer Success team when the transfer is complete

After all the data has transferred with no failures, then you will notify the Customer Succes team via the original ticket that all data has transferred.

...

Code Block
.\CHILI.Migration.CLI FixAbsolutePathsInDataXml -d "C:\chili_data\Environments\test".

...

Run this command immediately before migrating copying data. Because after changes in data.xml files, some resources will not work correctly locally.

Copy data to Dropzone

To copy the environment into a blob container, run the executable file with the CopyEnvironmentToDropzone command and specify the path to the environment on your disk and the Dropzone link URL that was provided to you by CHILI publish earlier.

...