{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::toolbox-data-migrator"
]
},
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::toolbox-data-migrator/*"
]
}
]
}
Toolbox buckets are replicated on the us-east-1 and us-east-2 regions. To use these replicated buckets, append the region to the bucket name: e.g. s3://toolbox-data-migrator-us-east-1
. Make sure to adapt your user or role policy accordingly.
aws s3 cp --recursive s3://toolbox-data-migrator/latest LOCAL_PATH
LOCAL_PATH
.To launch the steps migration in command line, open your favorite shell and type:
BluageVelocityDataMigrator.exe -root [migrationProjectPath] -configurationIni [configurationFilePath];[stepsConfigurationFilePath]
Parameters
The relative paths in the command will be resolved to the specified reverse project.
Options
The following options can be used when launching the migration using the command line: