Skip to content

Commit

Permalink
PostgreSQL: Mac uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
drothery-edb committed Aug 31, 2023
1 parent b08d89f commit 776070f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions advocacy_docs/supported-open-source/postgresql/uninstalling.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Uninstalling PostgreSQL"
navTitle: "Uninstalling"
legacyRedirects:
- "/edb-docs/d/postgresql/installation-getting-started/installation-guide/13.0/uninstalling_postgresql.html"
- "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/11/PostgreSQL_Installation_Guide.1.10.html"
Expand Down Expand Up @@ -51,15 +52,21 @@ 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, and navigate into the folder where the uninstaller resides:
1. Assume the identity of an operating system superuser.

`/Library/PostgreSQL/<version>`
1. Navigate into the folder where the uninstaller resides:

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

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

1. Invoke the uninstaller:

`open uninstall-postgresql.app`
```
open uninstall-postgresql.app
```

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

Expand Down

0 comments on commit 776070f

Please sign in to comment.