Skip to content

icirellik/flyway-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flyway Docker

What is Flyway Docker?

A simple dockerized implementation of flyway the also includes postgres.

Usage

flyway [options] command

By default, the configuration will be read from conf/flyway.conf. Options passed from the command-line override the configuration.

Commands
migrate Migrates the database
clean Drops all objects in the configured schemas
info Prints the information about applied, current and pending migrations
validate Validates the applied migrations against the ones on the classpath
init Creates and initializes the metadata table
repair Repairs the metadata table

About

A simple dockerized implementation of flyway.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published