homebrew-postgresql
homebrew-postgresql copied to clipboard
🐘 PostgreSQL formulae for the Homebrew package manager
Official postgresql formula includes a LaunchAgent plist, any reason for not including it?
I'm not sure if this is the right place to report this or not. When I reboot my cluster's `conf.d` is missing and prevents me starting pg. I have: -...
``` % uname -mrsv Darwin 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64 ``` relevant log lines from /usr/local/var/log/postgres.log ``` 2021-10-11 09:49:12.206 CDT [1347] LOG:...
Hullo. I'm using [Buffalo](https://github.com/gobuffalo) which expects there to be a **postgres** executable. It seems **postgresql-common** doesn't provide this so I was wondering if you had a nice solution for making...
brew install petere/postgresql/postgresql@12 ==> Installing postgresql@12 from petere/postgresql ==> Downloading https://ftp.postgresql.org/pub/source/v12.0/postgresql-12.0.tar.bz2 Already downloaded: /Users/manishr/Library/Caches/Homebrew/downloads/9a050b57e5493faa799013fecb7c1c1d78dd6a8310669083b9c830c52cf83eb3--postgresql-12.0.tar.bz2 ==> ./configure --prefix=/usr/local/Cellar/postgresql@12/12.0 --enable-dtrace --enable-nls --with-bonjour --with-gssapi --with-icu --with-ldap --with-libxm Last 15 lines from /Users/manishr/Library/Logs/Homebrew/postgresql@12/01.configure: checking...
On the current beta of macOS Mojave 10.14 (18A314k) I get this error: ``` $ brew install petere/postgresql/postgresql@10 ==> Installing postgresql@10 from petere/postgresql ==> Downloading https://ftp.postgresql.org/pub/source/v10.4/postgresql-10.4.tar.bz2 Already downloaded: /Users/thomasfuchs/Library/Caches/Homebrew/[email protected] ==>...
I just ran `homebrew upgrade` on `petere/postgresql@11` (11.0 -> 11.1) and `petere/[email protected]` (9.4.19 -> 19.4.20). I had one existing cluster for each, both of which were broken after the upgrade...
``` ==> ./configure --prefix=/usr/local/Cellar/postgresql@11/11.0 --enable-dtrace --enable-nls --with-bonjour --with-gssa Last 15 lines from /Users/hajhatten/Library/Logs/Homebrew/postgresql@11/01.configure: checking for library containing bind_textdomain_codeset... -lintl checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h......
`brew install postgres` only installs version 10.5. Searching for other versions only lists 9.4, 9.5, 9.6. brew search postgres@` ==> Formulae check_postgres postgres-xc postgresql ✔ [email protected] [email protected] [email protected] postgrest`
It would be nice to include plist files. `brew services` is getting very confused when trying to manage this.