Last active
February 28, 2018 08:34
-
-
Save goncalvesjoao/f6853b4044d7311a1b78c9a6364b894e to your computer and use it in GitHub Desktop.
copy a Heroku database to another
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$> 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