Skip to content

Commit

Permalink
updating the command for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
drothery-edb committed Sep 6, 2023
1 parent cd929de commit e0fc648
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions advocacy_docs/supported-open-source/postgresql/uninstalling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,14 @@ These instructions apply if you used EDB's interactive Mac installer to install

To uninstall PostgreSQL on a Mac system:

1. Assume the identity of an operating system superuser.

1. Navigate into the folder where the uninstaller resides:

```
cd /Library/PostgreSQL/<version>
```

Where `version` is the version of PostgreSQL you installed.

1. Invoke the uninstaller:

```
open uninstall-postgresql.app
sudo /Library/PostgreSQL/<version>/uninstall-postgresql.app/Contents/MacOS/installbuilder.sh
```

Where `<version>` is the version of PostgreSQL you installed.

1. If prompted, provide a password that allows the uninstaller to make changes to your system.

The uninstaller opens and asks if you want to uninstall the entire application or individual components.
Expand Down

0 comments on commit e0fc648

Please sign in to comment.