diff --git a/advocacy_docs/supported-open-source/postgresql/uninstalling.mdx b/advocacy_docs/supported-open-source/postgresql/uninstalling.mdx index c48f49210f6..df6b223a12f 100644 --- a/advocacy_docs/supported-open-source/postgresql/uninstalling.mdx +++ b/advocacy_docs/supported-open-source/postgresql/uninstalling.mdx @@ -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" @@ -51,17 +52,15 @@ 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: - - `/Library/PostgreSQL/` - - Where `version` is the version of PostgreSQL you installed. - 1. Invoke the uninstaller: - `open uninstall-postgresql.app` + ``` + open /Library/PostgreSQL//uninstall-postgresql.app + ``` + + Where `` is the version of PostgreSQL you installed. -1. If prompted, provide a password that allows the uninstaller to make changes to your system. +1. You're prompted for a password. If your user has admin rights on macOS, enter your password. Otherwise, enter the user name and password of a user with admin rights. The uninstaller opens and asks if you want to uninstall the entire application or individual components.