Re: Need Urgent Help in case of postgres Database Crash.

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Somasekhar Bangalore <sbangalore(at)zensutra(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Need Urgent Help in case of postgres Database Crash.
Date: 2003-10-06 13:45:54
Message-ID: 20031006134554.GB25586@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Oct 06, 2003 at 12:28:49 +0530,
Somasekhar Bangalore <sbangalore(at)zensutra(dot)com> wrote:
> 1. Steps needed to setup the postgres database , is it posssible for me to write data on to two different disks. if so how?
>
> 2. Steps needed to recover the data in case of database crash or hardware crash.

If the disks don't get clobbered, you can just restart the server and you
should get back all committed transactions. If you lose the disks (or
commit an undesired transaction), then you will need to go back to the point
of your last backup.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message scott.marlowe 2003-10-06 15:28:34 Re: Need Urgent Help in case of postgres Database Crash.
Previous Message Oliver Scheit 2003-10-06 11:02:17 Re: Need Urgent Help in case of postgres Database Crash.