Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can go to your Heroku dashboard (https://dashboard.heroku.com/apps), choose your dyno and then go to Add-ons and add Heroku Postgress database, or again by giving the command in the command line:

Code Block
languagetext
$ heroku addons:create heroku-postgresql --app <your heroku app name>

Useful configuration commands

...