Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support repeatable migration. #9

Open
YixingCheng opened this issue Aug 19, 2020 · 1 comment
Open

Support repeatable migration. #9

YixingCheng opened this issue Aug 19, 2020 · 1 comment
Projects
Milestone

Comments

@YixingCheng
Copy link

Hi Nikita,
Thanks for making this handy tool.
One feature I would like to have in this tool is the support for Repeatable migration in flyway.
Currently when I have a R__xxx.sql, I am getting

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'r2dbcMigrate' defined in class path resource [name/nkonev/r2dbc/migrate/autoconfigure/R2dbcMigrateAutoConfiguration.class]: Invocation of init method failed; nested exception is java.lang.NumberFormatException: For input string: "R"

I am using the latest release.

@nkonev
Copy link
Owner

nkonev commented Aug 20, 2020

Hello @YixingCheng
repeatable migrations (in Flyway definition) requires checksums. This tool currently doesn't support checksums.

PRs are welcome

@nkonev nkonev added this to the V2.x milestone Dec 14, 2021
@nkonev nkonev added this to TODO in V2.x Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
V2.x
TODO
Development

No branches or pull requests

2 participants