Re: Real time backup options.

From: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>
To: "Michael Lush" <mjlush(at)ebi(dot)ac(dot)uk>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Real time backup options.
Date: 2008-02-08 13:30:30
Message-ID: bf54be870802080530s42e0f60fg2c551c535f418633@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

>>On Feb 8Gmail - [NOVICE] Real time backup options. -
shoaibmir(at)gmail(dot)com<#inbox/117f9028f25f9675>,
2008 5:22 PM, Michael Lush <mjlush(at)ebi(dot)ac(dot)uk> wrote:

>
> >>I run a modest postgres database manualy edited (via a web fron end) by
> >>3-4 people. So the number of transactions is comparativly low.
>
> >>I'd like to set up some sort of real time backups
>
>

Did you look at using PITR as an option, specifically using record based log
shipping with 'pg_xlogfile_name_offset()' as that might help in your case.
You can find details about that on -->
http://www.postgresql.org/docs/current/static/warm-standby.html

--
Shoaib Mir
Fujitsu Australia Software Technology
shoaibm[(at)]fast(dot)fujitsu(dot)com(dot)au

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Charley Tiggs 2008-02-09 04:22:30 Re: sync two databases
Previous Message Michael Lush 2008-02-08 12:22:47 Real time backup options.