Reputation: 671
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
Reputation: 9377
Nowadays I would suggest same like Calin's comment:
brew install postgresql
As you can see on brew.sh when searching for formula postgresql
it has binaries (Bottle) supporting:
See also:
Upvotes: 3