I’m trying to generate the initial change log using liquibase-2.0.1-bin. The DB is Postgress 8.3 R2 and I’m using postgresql-8.3-606.jdbc4.jar to reach it.
The output is:
liquibase: Reading tables for enterprisedb @ jdbc:postgresql://localhost:5432/mydb …
liquibase: Reading views for enterprisedb @ jdbc:postgresql://localhost:5432/mydb …
liquibase: Reading foreign keys for enterprisedb @ jdbc:postgresql://localhost:5432/mydb …
liquibase: Reading primary keys for enterprisedb @ jdbc:postgresql://localhost:5432/mydb …
liquibase: Reading columns for enterprisedb @ jdbc:postgresql://localhost:5432/mydb …
liquibase: Reading unique constraints for enterprisedb @ jdbc:postgresql://localhost:5432/mydb …
liquibase: Reading indexes for enterprisedb @ jdbc:postgresql://localhost:5432/mydb …
liquibase: Reading sequences for enterprisedb @ jdbc:postgresql://localhost:5432/mydb …
liquibase: db.changelog.xml does not exist, creatingLiquibase ‘generateChangeLog’ Successful
However there a lots of tables\keys\indexes etc there. The file is generated and is a generic empty file. Please advice.