Aiven-Open / aiven-mysql-migrate

MySQL® migration tool
Apache License 2.0
10 stars 5 forks source link

Add option to force the migration method used [MA-704] #17

Closed tsharju closed 2 years ago

tsharju commented 2 years ago

Adds a --force-method option to force the method to be used when starting the migration. This is useful for cases where we only want to try either replication or dump method and fail if the method is not successful.