Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save goncalvesjoao/f6853b4044d7311a1b78c9a6364b894e to your computer and use it in GitHub Desktop.
Save goncalvesjoao/f6853b4044d7311a1b78c9a6364b894e to your computer and use it in GitHub Desktop.
copy a Heroku database to another
$> heroku pg:copy app_name_to_copy_from::DATABASE_URL DATABASE_URL --app app_name_to_copy_to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment