Liquibase maven plugin: cannot find the databasechangelog table, PostgreSQL

Let me see if I can reproduce this error. Here’s what I am going to do, let me know @ned (or @smstromb) if you don’t have the same setup:

  • install Liquibase (my local system is a Mac, what are you using?)
  • Create a liquibase project (folder with liquibase.properties, changelog.xml)
  • make sure liquibase.properties is pointing to a postgres db (what version are you using?)
  • run a liquibase update and see if I get the databasechangeloglock table error.

Thanks,

Ronak