Suppose I have Existing Spring project and all db connections everything has been done there in application.properties , Now I want to use flyway for existing proeject in Production , Do we really need baselining for that also ? if yes then why : if no then how ?
Really helpful, I can also reduce my flyway scripts in db/migration folder using this baseline facility. Does liquibase also supports baselining ? BTW thanks for explanation.
Thanks for this great video. If its any help to others you can brew install flyway then run this command: flyway -url=jdbc:postgresql://localhost:5432/yourlocaldb -user=postgres -password=postgres baseline -baselineDescription="V1__innital_001.sql". (It will automatically set version to 1 in the table.) With reference to 4.15
Suppose I have Existing Spring project and all db connections everything has been done there in application.properties , Now I want to use flyway for existing proeject in Production , Do we really need baselining for that also ? if yes then why : if no then how ?
Really helpful, I can also reduce my flyway scripts in db/migration folder using this baseline facility. Does liquibase also supports baselining ?
BTW thanks for explanation.
Thanks 👍
Thanks for this great video. If its any help to others you can brew install flyway then run this command: flyway -url=jdbc:postgresql://localhost:5432/yourlocaldb -user=postgres -password=postgres baseline -baselineDescription="V1__innital_001.sql". (It will automatically set version to 1 in the table.) With reference to 4.15