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

Axel Fontaine - Database migrations with Flyway #3

Open
arun-gupta opened this issue Nov 15, 2014 · 7 comments
Open

Axel Fontaine - Database migrations with Flyway #3

arun-gupta opened this issue Nov 15, 2014 · 7 comments

Comments

@arun-gupta
Copy link
Contributor

No description provided.

@arun-gupta arun-gupta changed the title Axel Fontaine Axel Fontaine - Database migrations with Flyway Jan 16, 2015
@arun-gupta
Copy link
Contributor Author

  • How do developers do db migrations without flyway
  • Getting started samples
  • How does it interact with JPA
  • Comparison with Liquibase
  • IDE support

@javornikolov
Copy link

  • With changes of a db object scattered in multiple migration files: it might get hard to collect the bigger picture (the whole current state of the object and of the schema as a whole). How do we keep clarity on the big picture?
  • Reverting database schema changes
  • At install time is selected which modules to install. Later may install the skipped ones. (Module=subset of migrations). So depending on the environment - order of applying migrations (in same schema) might be different. Any hints for such scenarios?

@devopsd
Copy link

devopsd commented Jan 20, 2015

How do you add index on big table on DB running in production without blocking deployment pipeline?

@devopsd
Copy link

devopsd commented Jan 20, 2015

Does Flyway support migration rollbacks?

@cesarhernandezgt
Copy link

Common case scenarios of Flyway for testing environment.

@arun-gupta
Copy link
Contributor Author

Hanginar link: https://plus.google.com/events/cq4df8h3pvvfipt1htppldj8qj0

Feb 18, Wednesday, 9:30am PT.

@giates
Copy link

giates commented Feb 19, 2015

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants