https://github.com/titarenko/buhoi-migrator
PostgreSQL migration tool
https://github.com/titarenko/buhoi-migrator
migration postgresql tool
Last synced: 2 months ago
JSON representation
PostgreSQL migration tool
- Host: GitHub
- URL: https://github.com/titarenko/buhoi-migrator
- Owner: titarenko
- Created: 2017-03-24T20:59:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T21:16:26.000Z (over 8 years ago)
- Last Synced: 2025-03-26T18:03:38.844Z (over 1 year ago)
- Topics: migration, postgresql, tool
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- 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