D
D
dmitriyprog2019-10-07 12:26:58
gradle
dmitriyprog, 2019-10-07 12:26:58

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=''
}

Split into multiple files

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question