doubleunion / arooo

Membership management for hacker/makerspaces
GNU General Public License v3.0
66 stars 55 forks source link

Homebrew no longer has a postgres package; update CONTRIBUTING.md #793

Open ItsElaineTime opened 1 year ago

ItsElaineTime commented 1 year ago

Homebrew no longer has a package just named postgres; because each major version introduces breaking packages, postgres is now included in version specific packages: postgresql@10, postgresql@11, and so on

What version do we use in production? It would be nice to update the docs with more specific info.