Re: "Hot Backups"

From: Pam Wampler <Pam_Wampler(at)taylorwhite(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>, Pam Wampler <Pam_Wampler(at)taylorwhite(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: "Hot Backups"
Date: 2002-02-11 19:51:21
Message-ID: 2E4528861499D41199D200A0C9B15BC0012F437E@taylorwhite.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Yes -- but what happens if the database crashes and you have to restore up
to
a point in time -- Can you restore using your last pg_dump file & then is
there ** some** way to bring forth your **log** information so that there is
no data lost. Example: 7pm you do a pg_dump 7am the next morning, the
database
crashes. You restore using the 7pm dump -- how do you recover the data from
7pm to 7am?

Thanks
Pam Wampler

-----Original Message-----
From: Josh Berkus [mailto:josh(at)agliodbs(dot)com]
Sent: Monday, February 11, 2002 2:38 PM
To: Pam Wampler; pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] "Hot Backups"

Pam,

> I am new to postgresql -- coming from Oracle --
> Is there an equivalent "Hot" Backup in postgresql --
> or is the only backup utility available pg_dump & pg_dumpall.
> thanks

pg_dump and pg_dumpall may be run while the database is in use without
difficulty. Is this what you mean by "hot" backup?

-Josh

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Travis Hoyt 2002-02-11 20:10:35 Re: "Hot Backups"
Previous Message Josh Berkus 2002-02-11 19:37:52 Re: "Hot Backups"