Last Updated: February 25, 2016
·
623
· supherman

Heroku PG backups restore

While restoring a database in Heroku, first run a pg:reset command, the pgbackups:restore command is a simple Postgres restore.

heroku pg:reset DATABASE_URL
heroku pgbackups:restore DATABASE_URL