Aiven-Open / aiven-mysql-migrate

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

mysql: make migration idempotent [BF-746] #16

Closed alexole closed 2 years ago

alexole commented 2 years ago

This fixes the problem when it's not possible to run migration twice in case if error happens after GTID_PURGED is applied already. Here we calculate the difference between GTID sets which was already applied on the target service and the one from the dump and add to purged only the difference.