flyway

Can Flyway check for unexpected (externally made) differences?


I'm evaluating Flyway and want to know if it can check for the presence of any externally made changes? I.e. if someone makes a change directly to the database, outside of Flyway, can I catch that?

I tried validate and info but it doesn't seem to notice.


Solution

  • No, it can't. Flyway expects you to make all changes to what you want it to manage (structure, reference data, ...) via Flyway.