postresql – Ruby and Rails Blog https://rubyandrails.net This is where diamonds exists Wed, 04 Aug 2021 23:33:43 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.3 195321763 MacOS – Install PostgreSQL DB https://rubyandrails.net/forums/topic/macos-postgresql-setup/ Tue, 13 Jul 2021 02:06:41 +0000 https://rubyandrails.net/?post_type=topic&p=562 Install PostgreSQL via Homebrew

    • Open Terminal by navigating to:
      Application\Utilities\Terminal

    • PostgreSQL:
      brew install postgresql

    • Start PostgresSQL:
      brew services start postgresql

  • By default the postgresql user is your current OS X username with no password.
]]>
562