From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | "Dirk Kalp" <dkalp(at)sensormgmt(dot)com>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Trouble Getting Database Server Started |
Date: | 2005-08-10 19:23:31 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCE094683@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
> I see from the Postgres archives that one can simply take a
> copy of the installed PostgreSQL directory folder and move it
> in place of the PostsgreSQL folder on a working system. I
> took another computer (Computer B) and ran the same
> installation script and tested to verify I could connect with
> psql. Window's Task Manager showed
> 6 postgres processes: postmaster.exe, pg_ctl.exe, and 4
> postgres.exe. (Not sure what the 4 postgres.exe are for.)
That's normal. It's one logger, one bgwriter and two stats processes.
> I don't know what caused Computer A to power down. It is in a
> lab and someone may have inadvertently cut the power. Would
> that corrupt the database to the point where I can't connect
> to it or its startup mechanism be disrupted? I don't know
> what role those 4 postgres.exe processes fill - are they part
> of standard postgres startup? Secondly, I don't know why
> sliding in the archived PostgreSQL folder on Computer B did not work.
It normally sholdn't. You'll need to look into your logs to see wha
thave happened. Both the files in pg_log and in the system eventlog.
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | ljb | 2005-08-11 01:36:23 | Re: REVOKE from all tables ... |
Previous Message | Chris Hoover | 2005-08-10 18:33:22 | Re: PG 7.3.4 VS PG 8.0.3 Problem |