aiven-db-migrate icon indicating copy to clipboard operation
aiven-db-migrate copied to clipboard

Catch setting role exception and output a warning instead of stop migration process

Open runwuf opened this issue 2 years ago • 2 comments

Proposed changes in this pull request

Catch exception when setting role fails and output a warning instead of stop the migration process. This is a fix for migration from AWS RDS/Aurora as it stops when setting rol_config for rdstopmgr role.

Type (put an x where ever applicable)

  • [x] Bug fix: Link to the issue
  • [x] Feature (Non-breaking change)
  • [ ] Feature (Breaking change)
  • [ ] Documentation Improvement
  • [ ] Other

Checklist

Please put an x against the checkboxes. Write a small comment explaining if its N/A (not applicable)

  • [x] All the tests are passing after the introduction of new changes.
  • [ ] Added tests respective to the part of code I have written.
  • [ ] Added proper documentation where ever applicable (in code and README.md).

Optional extra information

runwuf avatar Apr 01 '22 00:04 runwuf