Vojislav Depalov
2006-09-27 12:13:34 UTC
Hi to all,
we have two databases, where is second database historical database and
data from first database are inserted in second database on every change
in primary database using triggers.
How sholud I make backup strategy in order to maintain data consistency
between those two databases?
I.e. I can make backup of 1 database, but as soon as I make backup of
second database, some data will be in second database dump and won't be
in first database dump. When I restore those two dumps, I won't get
consistent data!
I've been experimenting with quiesce and I can suspend updates and
inserts, but can't make backup during quiescence time.
Also making copy of database devices during quiesce is ok, but it
requires that database is droped before we want to mount database from
devices. So, solution droping database which is required to be restored
is not good enough
So my question is: what should be backup strategy in this case?
Thank you all,
Vojislav Depalov
we have two databases, where is second database historical database and
data from first database are inserted in second database on every change
in primary database using triggers.
How sholud I make backup strategy in order to maintain data consistency
between those two databases?
I.e. I can make backup of 1 database, but as soon as I make backup of
second database, some data will be in second database dump and won't be
in first database dump. When I restore those two dumps, I won't get
consistent data!
I've been experimenting with quiesce and I can suspend updates and
inserts, but can't make backup during quiescence time.
Also making copy of database devices during quiesce is ok, but it
requires that database is droped before we want to mount database from
devices. So, solution droping database which is required to be restored
is not good enough
So my question is: what should be backup strategy in this case?
Thank you all,
Vojislav Depalov