You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
?The text was updated successfully, but these errors were encountered: