1

When upgrading my jhipster app to version 2.0 from 1.0 using Boxfuse , I am getting Liquibase checksum invalid error . However I have changed nothing in the database .

Also, this happens only in prod mode and app runs fine in dev mode. How can I resolve this issue . Thanks .

WannaBeGeek
  • 979
  • 14
  • 32

1 Answers1

0

I'm not familiar with how jhipster uses Liquibase, but basically what you need to do is get liquibase to run the changelogsync command to get the changeset checksums updated.

SteveDonie
  • 8,700
  • 3
  • 43
  • 43