Answer the question
In order to leave comments, you need to log in
How to configure flyway for multiple bases?
Do I understand correctly that you need to write your own config file for each database? How to split and attach to gradle.properties?
Like setting type
flyway {
driver='org.postgresql.Driver'
url='jdbc:postgresql://127.0.0.1/flyway'
user=''
password=''
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question