Coliban
Coliban

Reputation: 671

Can't install Postgres on MacBook M1, Mac OS Monterey 12.4

I have problems installing Postgres on my MacBook M1

The Downloaded Installer is failing (Error in Postprocessing) from www.enterprisedb.com and when I try it with "Port" it is not working (it installs, but doesn't install executables like "pg_ctl")

Is there a solution?

(10 years ago I´ve downloaded the source and compiled it)

Upvotes: 0

Views: 7163

Answers (1)

hc_dev
hc_dev

Reputation: 9377

Nowadays I would suggest same like Calin's comment:

Install using Homebrew

brew install postgresql

As you can see on brew.sh when searching for formula postgresql it has binaries (Bottle) supporting:

  • Apple Silicon (M1) on macOS Monterey

Apple Silicon (M1) is supported

See also:

Upvotes: 3

Related Questions