-
Notifications
You must be signed in to change notification settings - Fork 11
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
Axel Fontaine - Database migrations with Flyway #3
Comments
|
|
How do you add index on big table on DB running in production without blocking deployment pipeline? |
Does Flyway support migration rollbacks? |
Common case scenarios of Flyway for testing environment. |
Hanginar link: https://plus.google.com/events/cq4df8h3pvvfipt1htppldj8qj0 Feb 18, Wednesday, 9:30am PT. |
Hi, this is not an issue but a suggestion based on my experience... I'm using Flyway on some of JEE7 projects and under Glassfish 4.1 I've found a little gotcha, see http://stackoverflow.com/questions/27881538/flyway-wrongly-load-and-execute-migration-definitions-of-each-ejb-module-of-de In few words, if you've more than one ejb module with flyway migrations avoid to put the SQL migrations under db.migraion folder, instead use a folder with unique name for each different ejb module, then set the folder location during flyway process inizialization... Hope this helps... |
No description provided.
The text was updated successfully, but these errors were encountered: