Re: pass to install

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: pass to install
Date: 2013-05-22 16:38:19
Message-ID: 519CF47B.2000007@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 5/22/2013 7:36 AM, tushar wrote:
> On 05/22/2013 07:50 PM, juancho gonzila jorrel wrote:
>> i can´t install any version of postgres because it requires a
>> password which i dont know, i just want to install it, what can i do?
> You probably have an existing postgres account. Try changing the
> password of that account to something that you know, and then using
> that password for the installer.

assuming this is MS Windows (as thats really the only place this shows
up), service accounts like 'postgres' don't show up in the Control Panel
-> Users dumbed down UI. Instead, you need to drill into Administrative
Tools -> Computer Management -> Local Users and Groups -> Users....
THERE you should see 'postgres', and if you right click on it, and chose
'Change Password...' you can set this password.

The password for the postgres system service account is ONLY used in the
Services manager entry for the postgres server, so if you change it in
Local Users when you have an existing postgresql server install, then
you have to find the postgresql service in the Services manager, and
change the password the service uses to start there.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2013-05-23 11:56:35 Re: BUG #8173: Inserting heap tuples in bulk in COPY patch return wrong line on failure 999 out of 1000 times.
Previous Message tushar 2013-05-22 14:36:39 Re: pass to install