Database Reference
In-Depth Information
$ PGUSER=your_postgres_username_locally
PGPASSWORD=your_postgres_password_locally heroku pg:pull
DATABASE_URL my_local_database --app your-app-name
For Windows:
$ SET PGUSER=your_postgres_username_locally
$ SET PGPASSWORD=your_postgres_password_locally
$ heroku pg:pull DATABASE_URL my_local_database --app
your-app-name
Search WWH ::




Custom Search