Skip to content
This repository was archived by the owner on Dec 24, 2019. It is now read-only.

Backups

Philipp Hansch edited this page Nov 11, 2017 · 4 revisions

Mainly see https://devcenter.heroku.com/articles/heroku-postgres-backups

  • Status: Check heroku pg:backups --app best-cooking-recipes
  • Restore: Use heroku pg:backups:restore <backup_id> DATABASE_URL --app best-cooking-recipes

Clone this wiki locally