Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charusat09/4a2f83142a8a7bc20266c7df015dabaa to your computer and use it in GitHub Desktop.
Save charusat09/4a2f83142a8a7bc20266c7df015dabaa to your computer and use it in GitHub Desktop.
Share one db across multiple apps on Heroku
heroku addons:destroy heroku-postgresql
heroku addons:attach DB_ADDON_NAME -a appname
# DB_ADDON_NAME may looks like postgresql-silhouetted-xxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment