EnterpriseDB / edb-installers

PostgreSQL installers packaged by EDB
22 stars 7 forks source link

[DBP-772]: use system_username variable instead of determining #113

Closed muralikrishna05 closed 4 months ago

muralikrishna05 commented 4 months ago

the user running the installer using whoami.

Issue: Installation is failing with chinese username as cmd.exe uses encoding the output to the text format.

To fix the issue use system_username variable to get the same username without encoding username.