Skip to content

Run a docker container that acts as a liquibase command line interface.

Notifications You must be signed in to change notification settings

jhowarth/liquibase-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Run a docker container that acts as a liquibase command line interface.

Postgres example:

docker run -v /vagrant/liquibase:/liquibase -t jhowarth/liquibase \
   --classpath=/drivers/postgresql-9.2-1003.jdbc4.jar \
   --changeLogFile=/liquibase/changes/changeLog.xml \
   --driver=org.postgresql.Driver \
   --username=user \
   --password=password \
   --url=jdbc:postgresql://host:port/db \
   update

About

Run a docker container that acts as a liquibase command line interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages