How to recover database instance from a disaster

From: Chansup Byun <Chansup(dot)Byun(at)Sun(dot)COM>
To: pgsql-general(at)postgresql(dot)org
Cc: Chansup(dot)Byun(at)Sun(dot)COM
Subject: How to recover database instance from a disaster
Date: 2007-09-14 13:47:13
Message-ID: 46EA90E1.80508@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I'm supporting Sun Grid Engine and it uses Postgres DB as a backend
server for ARCo accounting and reporting module.
One of my customers is asking how to recover data if Postgres DB server
got crashed.

SGE constantly generates accounting data and records them into Postgres DB.

I think one way is to periodically to back up the database using
pg_dump. But this is only a snapshot and will loose any information
generated after it was taken.

I guess running Postgres DB as HA server is another solution although I
am not sure if this is feasible.
Is there any other way?

Thanks,

- Chansup

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Panagiotis Pediaditis 2007-09-14 13:48:08 Locking entire database
Previous Message Mark Morgan Lloyd 2007-09-14 13:43:25 Re: Tablespaces on tertiary media