Aiven-Open / aiven-mysql-migrate

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

Do not fail the migration when the source is empty #37

Closed ettanany closed 2 months ago

ettanany commented 2 months ago

With this change, we allow migrating from a source even if it doesn't have any migratable database, and that's possible by setting --allow-source-without-dbs flag, which causes the migration process to show a warning message instead of raising an exception.