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

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

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.