0

While running the liquibase update command I'm getting the below error. Especially subsequential runs from 2nd run onward.(Azure DevOps pipeline & target is Snowflake)

Unexpected error running Liquibase: SQL compilation error:
Object ‘DATABASECHANGELOG’ already exists.

Please let me know if you require more details.

The DATABASECHANGELOG table should not be created, it should add the table values into it.

Sergiu
  • 4,039
  • 1
  • 13
  • 21
Awara
  • 1
  • 4
  • Check your Snowflake Query history and see what kind of SQL statements are coming in. I assume your pipeline has double `CREATE DATABASE` statement for the same database name. – Sergiu Mar 20 '23 at 10:37

0 Answers0