Open In App

Install PostgreSQL on Mac

This is a step-by-step guide to install PostgreSQL on a Mac OS machine. We will be installing PostgreSQL version 11.3 on Mac using the installer provided by EnterpriseDB in this article. 

There are three crucial steps for the installation of PostgreSQL as follows: 



  1. Download PostgreSQL EnterpriseDB installer for Mac
  2. Install PostgreSQL
  3. Verify the installation

Downloading PostgreSQL Installer for Mac

You can download the latest stable PostgreSQL Installer specific to your Mac OS by clicking here.  

Installing the PostgreSQL installer

After downloading the installer run the downloaded dmg package as administrator user and follow the below steps: 



Verifying the Installation of PostgreSQL

You can check the installation using the below command in the terminal:  

ps -ef | grep postgres

This will result in the below image:

 

Article Tags :