TaffarelJr / config

Machine configuration and setup
MIT License
2 stars 0 forks source link

Fix PostgreSQL password #53

Open TaffarelJr opened 3 years ago

TaffarelJr commented 3 years ago

Currently the Dev scirpt prompts the user to enter a password before installing PostgreSQL, and the password is passed into the documented Chocolatey parameter. But for some reason, it doesn't seem to be working. Chocolatey instead reports that since a password was not specified, a random one is generated instead.

Could this be due to a password complexity requirement not being met? Or perhaps we have to specifically use --params instead of --package-parameters?