From: | "Usama Dar" <munir(dot)usama(at)gmail(dot)com> |
---|---|
To: | "Martin Langhoff" <martin(at)catalyst(dot)net(dot)nz> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: PITR - filter by database? |
Date: | 2008-01-03 00:41:04 |
Message-ID: | ff0e67090801021641o1bfb0f00ua3694a6982aee6e4@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Jan 3, 2008 2:27 AM, Martin Langhoff <martin(at)catalyst(dot)net(dot)nz> wrote:
> Is it possible to segregate the PITR data by database at any stage? We are
i don't think so.
My guess is that at snapshot time, I could use oid2name to focus on the
> database I'm interested in plus core Pg data structures,
can you eleborate on this , how do you plan to use oid2name exactly?
Background: The goal here is to have a "web application rewind"
> facility, based on PITR, that allows a webapp administrator to say
> "please rewind my Moodle/Drupal/Whatever" to arbitrary point in time X,
> where X is in the last Y days, via a web UI. It is normally configured
> to rewind not the master, but a secondary install of your web app --
> although there's some interest in rewinding the master too for training
> and software testing purposes.
not sure if the postgres PITR is designed for this kind of facility like
that, i would think you will have to incorporate such facility into your
application/ database design
--
Usama Munir Dar http://www.linkedin.com/in/usamadar
Consultant Architect
Cell:+92 321 5020666
Skype: usamadar
From | Date | Subject | |
---|---|---|---|
Next Message | Ow Mun Heng | 2008-01-03 01:02:36 | Re: replication in Postgres |
Previous Message | Tom Lane | 2008-01-02 23:45:14 | Re: Argentinian timezone change at the last moment. How to change pgsql tz db? |