https://github.com/tpope/heroku-pgbackups-pull
Import a Heroku PostgreSQL backup into your Rails development database
https://github.com/tpope/heroku-pgbackups-pull
Last synced: 12 months ago
JSON representation
Import a Heroku PostgreSQL backup into your Rails development database
- Host: GitHub
- URL: https://github.com/tpope/heroku-pgbackups-pull
- Owner: tpope
- License: mit
- Archived: true
- Created: 2013-03-02T05:14:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-02T05:14:29.000Z (over 13 years ago)
- Last Synced: 2024-11-24T09:33:46.024Z (over 1 year ago)
- Language: Ruby
- Size: 91.8 KB
- Stars: 46
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Heroku pgbackups:pull
The `heroku pgbackups:pull` command grabs the latest Heroku PostgreSQL backup
(or another backup specified by id) and loads it into the Rails development
database with `pg_restore`. It's like `heroku db:pull` but fiftyfold faster.
## Installation
heroku plugins:install https://github.com/tpope/heroku-pgbackups-pull.git
## License
Copyright © Tim Pope. MIT License. See LICENSE for details.