majkinetor / au-packages

Chocolatey packages by majkinetor
https://gist.github.com/majkinetor/a700c70b8847b29ebb1c918d47ee4eb1
GNU General Public License v2.0
66 stars 44 forks source link

postgresql: how to prevent installing the server and only install the command line tools? #221

Closed rgl closed 2 years ago

rgl commented 2 years ago

How do we prevent installing the server and only install the command line tools?

Doing the follow, as seemed to be documented in the chocolaty package description, also installs the postgres server/service, which is something that I was not expecting.

choco install -y postgresql14 --ia '--enable-components commandlinetools'
majkinetor commented 2 years ago

Duplicate #212