Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.18 KB

postico_and_postgres.rst

File metadata and controls

41 lines (31 loc) · 1.18 KB

Viewing the PostgreSQL Database

Mac OS X

Postico is a nice tool for examining Postgres databases on Mac OS X. We use it to connect to live experiment databases. Here are the steps needed to do this:

  1. Download Postico and place it in your Applications folder.
  2. Open Postico.
  3. Press the "New Favorite" button in the bottom left corner to access a new database.
  4. Get the database credentials from the Heroku dashboard:
  5. Fill in the database settings in Postico. You'll need to include the:
    • Host
    • Port
    • User
    • Password
    • Database
  6. Connect to the database.
    • You may see a dialog box pop up saying that Postico cannot verify the identity of the server. Click "Connect" to proceed.

Ubuntu

pgAdmin4 can be used to inspect the contents of the database. Read more about it here.