ToolJet/ToolJet

[docs]: macOS contributor setup fails because postgresql@13 is disabled in Homebrew

オープン

#17,330 opened on 2026/07/29

 (5 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (5,061 件のフォーク)batch import
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

  1. Open the ToolJet macOS contributor setup guide.
  2. Follow the environment setup instructions.
  3. Run: brew install postgresql@13
  4. 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

コントリビューターガイド