Re: Re: Cannot start Postgresql 9.3 as a service in Windows 2012 Server with a domain account

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: boca2608 <boca2608(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Re: Cannot start Postgresql 9.3 as a service in Windows 2012 Server with a domain account
Date: 2014-06-12 14:07:47
Message-ID: 5399B433.2010109@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/06/2014 14:51, boca2608 wrote:
> Thanks Ray. But unfortunately, there is no log entry in the postgresql log
> (as in the data/pg_log folder). The log file is empty. I checked the log
> before and after the error.

OK. You may need to enable logging (though I thought the EnterpriseDB
installer had it enabled by default) - have a look at postgresql.conf,
which ought to be in the data/ directory, and see what's in the section
entitled "Error reporting and logging".

My laptop installation (Postgres 9.3 on Windows 7) currently has the
following (all set by the aforementioned installer) -

log_destination = 'stderr'
logging_collector = on
log_directory = 'pg_log'
log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log'

- and the log files are being created in data/pg_log as expected.

HTH,

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2014-06-12 14:26:45 Re: OpenSSL Vulnerabilities
Previous Message Igor Neyman 2014-06-12 14:04:19 Re: Re: Cannot start Postgresql 9.3 as a service in Windows 2012 Server with a domain account