aws s3 cp --recursive s3://toolbox-data-migrator/latest LOCAL_PATH
LOCAL_PATH
Run the following commands to prepare the docker image:
Windows
xcopy lib .\data-migrator\lib\ /E /I copy BluageVelocityDataMigrator.jar .\data-migrator copy eula_velocity_february_2020.txt .\data-migrator
Linux/Mac
mkdir data-migrator cp -r lib ./data-migrator/lib cp BluageVelocityDataMigrator.jar ./data-migrator cp eula_velocity_february_2020.txt ./data-migrator
Run the command to build the Docker image:
docker build -t data-migrator .
To launch the steps migration with docker image, open your favorite shell and type:
docker run --rm -v [migrationProjectPath]:/home data-migrator -root /home -configurationIni [configurationFilePath];[stepsConfigurationFilePath]
Parameters