layout | title |
---|---|
default |
PostgreSQL |
Running liquibase with the the JDBC driver located in the same directory as liquibase:
{% highlight sh %} ./liquibase --driver=org.postgresql.Driver --classpath=./postgresql-9.2-1002-jdbc4.jar --url="jdbc:postgresql://:/" --changeLogFile=db.changelog-1.0.xml --username= --password= generateChangeLog {% endhighlight %}