Database migration #113
-
Hi, I successfully updated from version 6.4.0 to 7.0.0 with the following settings:
The documentation says:
Since I am on version 7.0.0 now should I keep the baseline-on-migrate enabled and set the baseline-version to 7.0.0? Or can I remove the baseline settings and set only spring.flyway.enabled=true ? |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
Hi, you should leave the
|
Beta Was this translation helpful? Give feedback.
Hi, you should leave the
baseline-on-migrate
setting enabled. You can set the baseline to7.0.0
, but after the migration has been performed once, Flyway puts information about it in the database. Therefore, even if you leave the baseline at e.g.6.4.0
, you would see the following logs starting the connector again: