From: | Tim White <twhite26(at)kc(dot)rr(dot)com> |
---|---|
To: | Mike Castle <dalgoda(at)ix(dot)netcom(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: BAcking up a Postgres Database |
Date: | 2001-01-15 13:06:41 |
Message-ID: | 3A62F5E1.1AB3AB3A@kc.rr.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Yes, you do restore the archive logs from some backup medium. But I don't
understand you point, the discussion relates to transaction logging, meaning
that as dml statements are executed and committed they are logged, thus making
it possible to re-apply them. To my knowledge Postgres does not do
transaction logging, this makes it nearly impossible to do point of failure
recovery without doing a pg_dump after every transaction, which is rather
impractical.
Tim White
Mike Castle wrote:
> On Thu, Jan 11, 2001 at 08:57:26AM -0600, Tim White wrote:
> > In Oracle, you restore the data files from a previous backup and then
> > re-apply the transaction (archive)
> > logs, a process called "rolling forward", then you can open the database
> > for use, and it is in the state
> > just prior to the failure. I've seen some creative dialogue on this list
>
> And where do you get this transaction log?
>
> hmmmm
> let me guess:
>
> >From a backup?
>
> mrc
> --
> Mike Castle Life is like a clock: You can work constantly
> dalgoda(at)ix(dot)netcom(dot)com and be right all the time, or not work at all
> www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc
> We are all of us living in the shadow of Manhattan. -- Watchmen
From | Date | Subject | |
---|---|---|---|
Next Message | Niral Trivedi | 2001-01-15 16:34:06 | RE: ODBC connect in ERWin |
Previous Message | Francisco Eriko Barreto Brito | 2001-01-15 11:33:46 | Help - Error in VACUUM |