#

homebrew

macOS package manager for software installation

DatabasesFix PostgreSQL 'Could Not Connect to Server' on macOS Homebrew

Resolve PostgreSQL 'could not connect to server: No such file or directory' error on macOS Mountain Lion with Homebrew 0.9.3. Fix stale PID, sockets (/tmp/.s.PGSQL.5432, /var/pgsql_socket), launchctl, and Rails rake db:migrate issues step-by-step.

1 answer 1 view
ProgrammingFix ZIP Timestamps Error in Homebrew Python Hatchling

Resolve 'ZIP does not support timestamps before 1980' error in Homebrew Python formulas like kosmorro with termcolor 3.3.0 and hatchling. Set SOURCE_DATE_EPOCH to clamp timestamps and fix wheel builds during pip install.

1 answer 1 view
DevOpsInstall a Specific Homebrew Formula Version (Postgres)

Install a specific Homebrew formula (e.g., postgresql@8.4.4) via versioned @-formulae or brew extract into a tap. Commands, linking, pinning and troubleshooting.

1 answer 7 views