-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
How to do Flyway migrations eager in Play Framework #89
Comments
Were you able to solve it? I have the same issue. |
No, sorry |
I don't understand. Isn't this a show-stopper? What is the whole point of flyway-play if it cannot perform the migrations? |
I am not maintaining this project, just want to add my comment: You could try to:
|
What I want to do is to run the migration eagerly before other Components need the database.
I tried to inject the
FlywayPlayComponents
into my Setup, like:But
AppSetup
is still run first and the Flyway migration is run with the first request.Is there a way to do this or do I miss something?
I also created a Stackoverflow question:
https://stackoverflow.com/questions/60303933/how-to-do-flyway-migrations-eager-in-play-framework
The text was updated successfully, but these errors were encountered: