Re: How do you recover a postgres db?

From: Doug McNaught <doug(at)wireboard(dot)com>
To: mark(dot)mcwilliams(at)mindspring(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How do you recover a postgres db?
Date: 2001-08-20 17:02:46
Message-ID: m31ym6ll55.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mark McWilliams <mark(dot)mcwilliams(at)mindspring(dot)com> writes:

> The documentation is non-existent. Can someone tell me or point me to
> how to do a recovery? This is the only thing keeping me from using
> PostgreSQL over Oracle.

What do you mean by "recovery"? I can think of at least three
possibilities:

(1) Restore from backup: simply feed the output from 'pg_dump' to
'psql' as the PG superuser.

(2) Point-in-time recovery after a restore: PG doesn't do it yet.

(3) Starting up the database after a system crash: just do it. PG
will generally recover up to the last committed transaction.

-Doug
--
Free Dmitry Sklyarov!
http://www.freesklyarov.org/

We will return to our regularly scheduled signature shortly.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Eckermann 2001-08-20 17:15:44 RE: Calling stored procedures.
Previous Message Bruce Momjian 2001-08-20 17:00:07 Re: Querry optimisation in Postgres SQL