Skip to content

Instantly share code, notes, and snippets.

View waruboy's full-sized avatar

Taufiq Muhammadi waruboy

View GitHub Profile
@waruboy
waruboy / gist:c988c813acd44c7af9e0095c685ebcee
Last active October 7, 2021 01:57 — forked from wrburgess/gist:5528649
Backup Heroku Postgres database and restore to local database

Grab new backup of database

Command: heroku pg:backups:capture --remote production

Response: >>> HEROKU_POSTGRESQL_COLOR_URL (DATABASE_URL) ----backup---> a712

Get list of backups

Command: heroku pg:backups --remote production

Get url of backup download