r2dbc-migrate icon indicating copy to clipboard operation
r2dbc-migrate copied to clipboard

Command Line via Spring Native and GravllVM

Open hantsy opened this issue 3 years ago • 2 comments

Create a command line to execute the migrate tasks.

  • support dry-run feature, run and test the migrate, but not apply on the database.
  • support migrate undo.

hantsy avatar Aug 06 '22 04:08 hantsy

https://github.com/flyway/flyway/issues/2927#issuecomment-1226906759 can be helpful

nkonev avatar Aug 25 '22 08:08 nkonev

Moved bullets to the separate features

nkonev avatar Mar 11 '24 00:03 nkonev

This feature (as I see, feel free to add comments)

provide a cli (Linux binary) with incorporated drivers which can migrate all the supported databases

Note for me: revive old -standalone module, without maven-antrun-plugin, use spring-boot-plugin for both creating image and native binary, the plugin should be mature enough. Use Github's artifact storage to store both binary and jar

nkonev avatar Mar 11 '24 00:03 nkonev