Re: BUG #4988: Installer fails when creating password

From: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
To: jeremy(dot)rosenburg(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4988: Installer fails when creating password
Date: 2009-08-17 09:41:34
Message-ID: 4A8925CE.40803@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 08/17/2009 05:37 AM, jeremy(dot)rosenburg(at)gmail(dot)com wrote:
> The following bug has been logged online:
>
> Bug reference: 4988
> Logged by:
> Email address: jeremy(dot)rosenburg(at)gmail(dot)com
> PostgreSQL version: 8.7.3.1
> Operating system: Windows XP
> Description: Installer fails when creating password
> Details:
>
> I was installing for the first time and entered a password that contained
> special characters #$% for the postgres user. The installer blew-up after
> the user was created but now I'm totally stuck since it's not obvious how to
> remove or change the password of the postgres user that was created just
> before the installer failed. Uninstalling won't clean it up and
> reinstalling keeps finding the user with a password that causes CREATE~1.EXE
> to abort during install.
>

I have tried the installer with password as '#$%postgres' on a WinXP and
it ran fine. So can please you post the error part of installation log
(%TEMP%\install-postgresql.log)?

Also you can try,

*NET USER postgres new_password* (to change the password of 'postgres'
user)

or
*
NET USER postgres /delete* (to delete the 'postgres' user)

> So, I'm not forming a very positive first impression of PostgreSQL
>
>

--
Regards,
Sachin Srivastava
www.enterprisedb.com

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2009-08-17 16:16:11 Re: BUG #4989: Fatal Error
Previous Message Craig Ringer 2009-08-17 03:33:05 Re: BUG #4989: Fatal Error