Deploying a PostgreSQL database on Heroku (Part 1)



Deploying a PostgreSQL database on Heroku (Part 1)

Deploying a PostgreSQL database on Heroku (Part 1)

This tutorial explains how to set up a PostgreSQL database on Heroku and how to connect to the database using the Heroku CLI.

macOS:
– https://brew.sh/ (to install brew)
– brew tap heroku/brew && brew install heroku

Linux:
– https://snapcraft.io/docs/installing-snap-on-ubuntu (to install snap)

– sudo snap install –classic heroku

Windows:
– https://cli-assets.heroku.com/heroku-x64.exe (64 bit installer)
– https://cli-assets.heroku.com/heroku-x86.exe (32 bit installer)

Credits: C418

Comments are closed.