From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | "Ramzi Fadel" <raf(at)carlbro(dot)dk> |
Cc: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: BUG #1271: Installation problems (cannot execute initdb.exe) |
Date: | 2004-09-29 10:13:49 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE475D9A@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
> Steps taken:
> - Run the installation with a administrator user (I do expect
> the installation to complete!)
It should be complete once that is done.
> - The installation creates an user for the service named "postrunner"
> - Log off
> - Log in with the "postrunner" user
> - Run the installation. The installation fails during
> creation of the cluster, see below:
You shouldn't need to perform these two last steps. The installation is
complete once the Windows Installer sequence is done.
> -------------------------------
> Initdb.log:
> -------------------------------
> The files belonging to this database system will be owned by
> user "raf".
This means you have run initdb as "raf", not as "postrunner". ANd "raf"
is a local administrator on the machine. The installer will run initdb
with the account specifeid as the service user. If you need to run
initdb manually, you should do this with that same account, which must
not be an administrator.
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2004-09-29 14:54:29 | Re: BUG #1266: Improper unique constraint / MVCCactivitieswithin |
Previous Message | PostgreSQL Bugs List | 2004-09-29 09:46:40 | BUG #1272: text + numeric wrong behaviour |