~ brew install postgresql
Updating Homebrew...
==> Downloading https://mirrors.aliyun.com/homebrew/homebrew-bottles/bottles/krb5-1.18.2.mojave.bottle.tar.gz
==> Downloading https://mirrors.aliyun.com/homebrew/homebrew-bottles/bottles/postgresql-12.4.mojave.bottle.tar.gz
Error: Failed to download resource "postgresql"
Download failed: https://mirrors.aliyun.com/homebrew/homebrew-bottles/bottles/postgresql-12.4.mojave.bottle.tar.gz
Warning: Bottle installation failed: building from source.
==> Downloading https://mirrors.aliyun.com/homebrew/homebrew-bottles/bottles/krb5-1.18.2.mojave.bottle.tar.gz
Already downloaded: /Users/a/Library/Caches/Homebrew/downloads/6b14f8ad62cbf245f8ba2a4e6efbbf4b1d8777630d22a6e904495c7aebb49db6--krb5-1.18.2.mojave.bottle.tar.gz
==> Downloading https://ftp.postgresql.org/pub/source/v12.4/postgresql-12.4.tar.bz2
Warning: Your Xcode (10.3) is outdated.
Please update to Xcode 11.3.1 (or delete it).
Xcode can be updated from the App Store.
==> Installing dependencies for postgresql: krb5
==> Installing postgresql dependency: krb5
==> Pouring krb5-1.18.2.mojave.bottle.tar.gz
==> Caveats
krb5 is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
If you need to have krb5 first in your PATH run:
echo'export PATH="/usr/local/opt/krb5/bin:$PATH"'>> /Users/a/.bash_profile
echo'export PATH="/usr/local/opt/krb5/sbin:$PATH"'>> /Users/a/.bash_profile
For compilers to find krb5 you may need to set:
export LDFLAGS="-L/usr/local/opt/krb5/lib"export CPPFLAGS="-I/usr/local/opt/krb5/include"
For pkg-config to find krb5 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/krb5/lib/pkgconfig"==> Summary
🍺 /usr/local/Cellar/krb5/1.18.2: 162 files, 3.8MB
==> Installing postgresql
==> ./configure --prefix=/usr/local/Cellar/postgresql/12.4 --datadir=/usr/local/share/postgresql --libdir=/usr/local/lib --includedir=/usr/local/include --sysconfdir=/usr/local/etc --docdir=/usr/local/
==>make==>make install-world datadir=/usr/local/Cellar/postgresql/12.4/share/postgresql libdir=/usr/local/Cellar/postgresql/12.4/lib pkglibdir=/usr/local/Cellar/postgresql/12.4/lib/postgresql includedir=/usr
==> /usr/local/Cellar/postgresql/12.4/bin/initdb --locale=C -E UTF-8 /usr/local/var/postgres
==> Caveats
To migrate existing data from a previous major version of PostgreSQL run:
brew postgresql-upgrade-database
This formula has created a default database cluster with:
initdb --locale=C -E UTF-8 /usr/local/var/postgres
For more details, read:
https://www.postgresql.org/docs/12/app-initdb.html
To have launchd start postgresql now and restart at login:
brew services start postgresql
Or, if you don't want/need a background service you can just run:
pg_ctl -D /usr/local/var/postgres start
==> Summary
🍺 /usr/local/Cellar/postgresql/12.4: 3,223 files, 36.6MB, built in 3 minutes 36 seconds
==> Caveats
==> krb5
krb5 is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
If you need to have krb5 first in your PATH run:
echo 'export PATH="/usr/local/opt/krb5/bin:$PATH"' >> /Users/a/.bash_profile
echo 'export PATH="/usr/local/opt/krb5/sbin:$PATH"' >> /Users/a/.bash_profile
For compilers to find krb5 you may need to set:
export LDFLAGS="-L/usr/local/opt/krb5/lib"
export CPPFLAGS="-I/usr/local/opt/krb5/include"
For pkg-config to find krb5 you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/krb5/lib/pkgconfig"
==> postgresql
To migrate existing data from a previous major version of PostgreSQL run:
brew postgresql-upgrade-database
This formula has created a default database cluster with:
initdb --locale=C -E UTF-8 /usr/local/var/postgres
For more details, read:
https://www.postgresql.org/docs/12/app-initdb.html
To have launchd start postgresql now and restart at login:
brew services start postgresql
Or, if you don't want/need a background service you can just run:
pg_ctl -D /usr/local/var/postgres start