Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/titarenko/buhoi-migrator

PostgreSQL migration tool
https://github.com/titarenko/buhoi-migrator

migration postgresql tool

Last synced: about 1 month ago
JSON representation

PostgreSQL migration tool

Awesome Lists containing this project

README

        

# buhoi-migrator

PostgreSQL migration tool.

## How to use

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

```dockerfile
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