0

I made database backup from our QA environment and restored it locally. Then I try to start application locally.

It leads to error that describes that version mistmatch.

Looks like checksum calculates differently for different environments.

Is it expected behaviour?

gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
  • Is it possible that your QA environment was updated outside of flyway and/or your flyway versioning scripts have changes/ updates that are not in the QA environment. In these scenarios we have observed such issues. – SudhirR Feb 12 '19 at 06:31

1 Answers1

0

No, there must be something else going on. Flyway even ignores line endings to deal with these kinds of situations gracefully.

Axel Fontaine
  • 34,542
  • 16
  • 106
  • 137