Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Discussion options

You must be logged in to vote

Hi, you should leave the baseline-on-migrate setting enabled. You can set the baseline to 7.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:

2022-01-28T08:51:24,332 [restartedMain] INFO - Successfully validated 14 migrations (execution time 00:00.027s)
2022-01-28T08:51:24,343 [restartedMain] INFO - Current version of schema "public": 7.0.0
2022-01-28T08:51:24,344 [restartedMain] INFO - Schema "public" is up to date. No migration necessary.

Replies: 0 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by tmberthold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants