PIT Recovery of only certain database in the "cluster" ?‏ - Mailing list pgsql-novice

From Dem Fra Hedehusene i Danmark
Subject PIT Recovery of only certain database in the "cluster" ?‏
Date
Msg-id col109-w470A4EAB57D494CB6E44F7FFCB0@phx.gbl
Whole thread Raw
List pgsql-novice
Hi,

We are contemplating some migrations to PostgreSQL, but I am having a hard time figuring out how to use the Continuous Archiving feature on the instance for our databases.

We would like to have, say a database for each application , in our cluster/instance.
And use continuous archiving to be able to maximize our chance of not loosing any data... And do Point In Tiem recovery of any of the databases.

So : one instance/cluster with many databases, and the ability to restore any of them to any point in time, just like "some other RDBMS" ;)



However - when reading about the WAL, it seems they are covering *all* databases in our cluster/instance ?

And then it is only possible to do PIT recovery/restore on all databases - so all applications will be nuked back to whatever time we restore to ?


Any suggestions on how to accommodate the wish that each database should be able to do PIT recovery ?

Do we need to create on ly one single database in it's own instance/cluster and then do WAL backup/continous archiving on that - or ?
Or should we use pg_dump every 15 minutes and say they will loose max 15minutes data if a single database must be restored... ?


Or have I completely mixed up Oracle/ PostgreSQL terminology :) ?


Regards,
Brian

pgsql-novice by date:

Previous
From: Dem Fra Hedehusene i Danmark
Date:
Subject: PIT Recovery of only certain database in the "cluster" ?
Next
From: Tom Lane
Date:
Subject: Re: PIT Recovery of only certain database in the "cluster" ?