DEV Community

Discussion on: mvn Liquibase:updateSql DatabaseException

 
damcosset profile image
Damien Cosset

Sure thing! I'll contact you whenever I'll have a chance to look at the issue more deeply. Right now, I managed to make it work.

The problem was with the postgred:offline URL I provided. It used to work, but now it doesn't anymore. I replaced the url with my local postgresql database and it sorta work.

I wouldn't be surprised if my work flow was not correct at all 😄