Re: ERROR: Problem running post install step

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Brodie S <brodie(dot)seaman(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: Problem running post install step
Date: 2014-08-22 23:51:42
Message-ID: 53F7D78E.7000804@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/22/2014 04:34 PM, Brodie S wrote:
> I have installed with the default data directory with success. Sadly,
> thats not an option for me

Hmmm, so the installer is basically working, just not to that directory.
>
> I made this post 4 days ago and sadly, have yet to get a response:
> http://forums.enterprisedb.com/posts/list/4000.page
>

Some searching found references to --enable_acledit 1 when installing to
non-default paths. So maybe something like this:

32bit
postgresql-9.0.18-1.windows.exe --enable_acledit 1

64bit
postgresql-9.0.18-1.windows-x64.exe --enable_acledit 1

You may need to change the *.exe to match your exact situation.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Soni M 2014-08-23 02:34:18 Re: Query planner question
Previous Message Brodie S 2014-08-22 23:34:03 Re: ERROR: Problem running post install step