This Quick Guide Give Indication About How to Start the postgres Server On macOS.
-
You need to Locate the bin/pg_ctl file
If you do Not know the location make a Search with $locate or $find Commands…
Example:locate pg_ctl
-
Login as the postgres User with (or the User is able to run the Server):
su postgres
-
Give the command to Start the server.
Example:/Library/PostgreSQL/9.0/bin/pg_ctl -D /Library/PostgreSQL/9.0/data start
The Extra Indications are Contained in this other Guide:
The Link 2 Tutorial is Contained Here Below:
Mac How to Start PosgreSQL Server