Aiven-Open / aiven-mysql-migrate

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

Exit Code for "No database to migrate" #36

Closed brendan-stephens closed 3 weeks ago

brendan-stephens commented 1 month ago

"No database to migrate" currently produces a failure. This condition makes it more difficult to manage multiple migrations. While this could raise a warning, this should be changed to successful exit code, as the migration is complete.