I’ve made this commande to make a initial changelog file :
- liquibase --driver=org.postgresql.Driver \
- --classpath=postgresql-9.2-1002.jdbc4.jar \
- --changeLogFile=db.changelog.xml \
- --url="jdbc:postgresql://10.92.252.44:5433/bagad" \
- --username=postgres \
- --password=postgres \
- generateChangeLog
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- INFO 12/12/12 08:57:liquibase: Reading tables for postgres @ jdbc:postgresql://1
- 0.92.252.44:5433/bagad ...
- INFO 12/12/12 08:57:liquibase: Reading views for postgres @ jdbc:postgresql://10
- .92.252.44:5433/bagad ...
- INFO 12/12/12 08:57:liquibase: Reading foreign keys for postgres @ jdbc:postgres
- ql://10.92.252.44:5433/bagad ...
- INFO 12/12/12 08:57:liquibase: Reading primary keys for postgres @ jdbc:postgres
- ql://10.92.252.44:5433/bagad ...
- INFO 12/12/12 08:57:liquibase: Reading columns for postgres @ jdbc:postgresql://
- 10.92.252.44:5433/bagad ...
- INFO 12/12/12 08:57:liquibase: Reading unique constraints for postgres @ jdbc:po
- stgresql://10.92.252.44:5433/bagad ...
- INFO 12/12/12 08:57:liquibase: Reading indexes for postgres @ jdbc:postgresql://
- 10.92.252.44:5433/bagad ...
- INFO 12/12/12 08:57:liquibase: Reading sequences for postgres @ jdbc:postgresql:
- //10.92.252.44:5433/bagad ...
- INFO 12/12/12 08:57:liquibase: db.changelog.xml does not exist, creating
- Liquibase 'generateChangeLog' Successful
If you have any idea
thanks
Bussiere