Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Delete the existing postgres user with the following command:

    Code Block
    sudo dscl . delete /users/postgres
  2. Recreate postgres user in the system preferences (name it postgres, and preferably chose the postgres123 password)
  3. Download and install Postgres 89.4 2 as you would normally do (http://www.postgresql.org/download/macosx

...