Spring Boot Database Migrations with Flyway -Example | Java Techie

preview_player
Показать описание
This video explain you how to track Database changes using flyway open source migration tool

#JavaTechie #SpringBoot #Flyway

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie
Рекомендации по теме
Комментарии
Автор

Great...ofcous, we r using it in the current working project.

manirsg
Автор

Thanks for sharing your knowledge with us!!

euivanw
Автор

Great tutorial man, thank your very much!

GuitarreroDaniel
Автор

this was a very good tutorial, thanks for the help

cmpuipf
Автор

As always awesome. Thanks for sharing.

hkmehandiratta
Автор

Thank you so much brother! It is really helpful.

Manikandan-nnbw
Автор

Thank you. I would like to emphasize that there must be two underscores in the file name, otherwise there will be an error "SQL migrations were detected but not run because they did not follow the filename convention."

Das.Kleine.Krokodil
Автор

Also Please explain in terms of Different Evironemnts like dev, qa, stage, prod Suppose some database related changes has been recently pushed to dev branch from local . QA's are still not able to see the new table changes . Whatever changes I did in my local should also be available in dev, qa, stage as code gets pushed to respective environments. So Once code gets pushed to qa env they should be able to see the changes which is being taken care by flyway.

sarojsahoo
Автор

Thanks for watching this video? Thanks for sharing this video, more like it! Thanks buddy!

programmingwithnish
Автор

Is it possible to downgrade to lower versions? and naming convention can be changed?

Abitgenius
Автор

Great tutorial man but I am facing an issue that migrations are not applied .
Giving:No migrations found .Are your locations set up correctly ?

mohd.faizan
Автор

When i added Flyway it dint build db file in srs/main folder, . Why is it so ?

amaradhipadmaja
Автор

Can we do it without restart of service? like when ever a file getz added automatically flyway should pickup and execute..

rajeshbongurala
Автор

How can I redeploy same script again (for ex V1__db script.sql need to deployed again)?

kadir
Автор

After adding licensed key getting error like flywayException :. missing License key kindly help me

abhinayneekhra
Автор

Great video! Dont we need to use flyway maven plugin? Tks

JulianLuis
Автор

I am getting this error : Caused by: java.sql.SQLException: Cannot proceed, because event scheduler is disabled

barbhayavivek
Автор

Thanks. You explained the concept extremely well. I have a question though. Why don't we have just one V1_SQL file and make changes to the same file whenever there is a change request. We can check-in the file in GIT thereby we can also keep track of how the tables have changed. Why maintain multiple versions(V1, V2 etc) of sql file?

skullwise
Автор

Please make one video for how insert and retrieve data from snowflake database. Currently trending and entire YouTube no one done proper connection.

girishrp
Автор

Hi,
I have one question here why they given name as "Migration"?. Migration has different meaning right -migration mean from one framework to another (oracle to mysql example). Does it flyway migration or flyway version control?

sudhachandra