Skip to content

Instantly share code, notes, and snippets.

@Atlas7
Last active March 23, 2023 13:02
Show Gist options
  • Star 77 You must be signed in to star a gist
  • Fork 21 You must be signed in to fork a gist
  • Save Atlas7/b1a40a2ffd85728b33e7 to your computer and use it in GitHub Desktop.
Save Atlas7/b1a40a2ffd85728b33e7 to your computer and use it in GitHub Desktop.
Note - How completely uninstall PostgreSQL 9.X on Mac OSX

This blog post has helped me clean up my postgres development environment on Mac. So making a copy!

How completely uninstall PostgreSQL 9.X on Mac OSX

This article is referenced from stackoverflow:

If installed PostgreSQL with homebrew , enter brew uninstall postgresql

If you used the EnterpriseDB installer , follow the following step.

Run the uninstaller on terminal window

sudo /Library/PostgreSQL/9.X/uninstall-postgresql.app/Contents/MacOS/installbuilder.sh

If installed with Postgres Installer, do:

open /Library/PostgreSQL/9.X/uninstall-postgresql.app

Remove the PostgreSQL and data folders. The Wizard will notify you that these were not removed.

sudo rm -rf /Library/PostgreSQL

Remove the ini file:

sudo rm /etc/postgres-reg.ini

Remove the PostgreSQL user using System Preferences -> Users & Groups.

Unlock the settings panel by clicking on the padlock and entering your password.
Select the PostgreSQL user and click on the minus button.
Restore your shared memory settings: sudo rm /etc/sysctl.conf
@auraz
Copy link

auraz commented Apr 20, 2018

Thanks

@grassiricardo
Copy link

Tranks

@ArnaldoSena
Copy link

It's work! Thanks!

@drewdle
Copy link

drewdle commented May 18, 2018

Thanks... but for some reason, on my start screen, the Postgres user persists. In the system prefs, the user is not listed at all.

@Marcos-Branquinho
Copy link

worked for me! Thanks a lot!

@mrioqueiroz
Copy link

Thanks!

@eeliwan
Copy link

eeliwan commented Jul 8, 2018

Thanks!

@frmendez
Copy link

frmendez commented Jul 9, 2018

thanks

@celsooliveiraTBDE
Copy link

Still works like a charm.

@vl4dt
Copy link

vl4dt commented Jul 18, 2018

Worked like a charm. very nice!

@kirpheaice
Copy link

Thank you very much.

@stella3d
Copy link

thank you, this worked great

@AsyaKarapetyan
Copy link

I was trying to uninstall with Terminal but I was getting error. Then I tried another way to uninstall from this article and it helped

@tsonny
Copy link

tsonny commented Aug 27, 2018

TY SOOOOOOOOO MUCH!!!!

@mtazzari
Copy link

Great checklist!

@kadirmaev
Copy link

You are the best! Thanks a lot!

@yannlr37
Copy link

yannlr37 commented Oct 5, 2018

Thanks !

@jlbokass
Copy link

jlbokass commented Oct 8, 2018

Thank you ! it works very well!

@ec-wagner
Copy link

Note for macOS High Sierra

  • last step: sudo rm /etc/sysctl.conf --> error: /etc/sysctl.conf: No such file or directory

@Makesh
Copy link

Makesh commented Oct 25, 2018

Thank you !!!!!!!!!!!!!!

@sugarac
Copy link

sugarac commented Oct 31, 2018

shit. useless

@kissferenc
Copy link

thx!

@taka2477
Copy link

Thx a lot!!

@kerimsari
Copy link

Thank you!! Mille Merci...

@mbifulco
Copy link

So glad I found this. Thank you!

@Ibrahimahadi
Copy link

NICE

@rlscode
Copy link

rlscode commented May 22, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment