Reputation: 2669
I want to install PostgreSQL on my Macbook Pro ( M1 Silicon Chip ) but I could not make it done.
What I have done:
pg_ctl -D /usr/local/var/postgres start
and getting error: pg_ctl: directory "/usr/local/var/postgres" is not a database cluster directory
.initdb /usr/local/var/postgres
and getting error: zsh: killed initdb /usr/local/var/postgres
Upvotes: 1
Views: 1696
Reputation: 3913
On macos, i highly recommend you the postgres app: https://postgresapp.com/
Upvotes: 1