Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/titarenko/buhoi-migrator
- Owner: titarenko
- Created: 2017-03-24T20:59:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T21:16:26.000Z (almost 7 years ago)
- Last Synced: 2024-12-01T19:06:04.707Z (about 1 month ago)
- Topics: migration, postgresql, tool
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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