Skip to content

Instantly share code, notes, and snippets.

@diligasi
Created April 1, 2019 14:21
Show Gist options
  • Save diligasi/c3dc57017a8e1ed672eeadbdf916a9ef to your computer and use it in GitHub Desktop.
Save diligasi/c3dc57017a8e1ed672eeadbdf916a9ef to your computer and use it in GitHub Desktop.
How to Import/Export a Database from One Heroku App to Another Heroku App
heroku pg:backups:restore production-app-name::b001 DATABASE_URL --app staging-app-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment