Skip to content

titarenko/buhoi-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buhoi-migrator

PostgreSQL migration tool.

How to use

Having migrations (*.sql) in certain folder, put following Dockerfile inside it.

FROM titarenko/buhoi-migrator
COPY . .

Then build and run it, providing PG environment variable with connection string to database where migrations should be applied.

License

MIT