You are here

Removing Postgres

Subscribe to Syndicate
Use the following steps to remove postgres from a macintosh OSX server.
  1. Stop the postgres database using the

    pg_ctl stop -m immediate' command

  2. When the server is stopped, use the un-install program in the /Library/PostgreSQL/x.x directory to get rid of it properly
  3. throw out the entire folder called /Library/PostgreSQL
  4. restart the mac