Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 968 Bytes

StartingPostgresApp.md

File metadata and controls

29 lines (15 loc) · 968 Bytes

Starting Postgresql w/PostgresApp

Since postgresql@9.6 is EoL and deprecated by Homebrew, an alternative is to use the PostgresApp. The app comes bundled with a handful of versions of postgresql.

Initializing a 9.6 DB

After installing the app via the mac.sh script, you will need to initialize the DB manually. Follow this guide for how to do that.

  1. Open the PostgresApp however you like. It should be in your /Applications directory

  1. Select the + button on the bottom left of the Left Sidebar

  1. Name the server local (or whatever name you want) and then choose 9.6 for the version

  2. Click Create Server

  1. Click Initialize

  1. You're Done!