Search Postgresql Archives

Re: Postgres does not start, gives no error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Akhtar Yasmin-B05532" <B05532@xxxxxxxxxxxxx> writes:
> The log says,
> postmaster successfully started

That's not the postmaster's log, that's just pg_ctl saying it managed
to find and exec the postmaster.  I speculate that you are sending
the log to /dev/null which is why you cannot find out anything
about what's wrong.

You might try invoking the postmaster manually:

	postmaster -D whateveritwas

which should let the error message come out on your terminal.

			regards, tom lane

PS: please don't top post.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux