ToolJet/ToolJet
[docs]: macOS contributor setup fails because postgresql@13 is disabled in Homebrew
オープン
#17,330 opened on 2026/07/29
community contributiondocumentationgood first issue
Repository metrics
- Stars
- (37,903 個のスター)
- PR merge metrics
- (平均マージ 7d 13h) (30d で 255 merged PRs)
説明
Summary
The documentation recommends to install postgresql@13 through brew But it was disabled by homebrew on 2026-03-01 as it is no longer supported in upstream
If the latest version of Postgresql is compatible with the project. Then documentation could be updated or there could be other suggestion for MacOs setup like to start docker image of PostgreSql version 13.
Clarify whether newer PostgreSQL versions are supported for local development.
Issue Type
Documentation feature/update
The entire URL of the documentation with the issue
https://docs.tooljet.com/docs/contributing-guide/setup/macos/
Steps to reproduce the issue
Steps to reproduce
- Open the ToolJet macOS contributor setup guide.
- Follow the environment setup instructions.
- Run: brew install postgresql@13
- Homebrew stops the installation with the disabled-formula error.
Additional Information
Environment:
macOS Apple Silicon Homebrew Node.js v22.15.1 npm v10.9.2
If the issue is confirmed, would you be willing to submit a pull request?
Yes
Code of Conduct
- I agree to follow the ToolJet Code of Conduct