I have a primary server and backup server located in different physical
sites.
The primary server is live and ship logs to backup site every 5
minutes.
The primary server is being full online backed up every sunday locally.
Those logs are being applied to backup server every five minutes.
For example,
Primary site has power outage on tuesday, the last log was shipped was
S0001000.LOG. Backup server was brought to live, the first active log
was S0001001.LOG when started. Same time, the log was shipped back to
primary site. The backup site runs until sunday, the log till
S0002001.LOG was shipped to primary site.
Sunday, I need to stop the backup server and switch the primary server
up.
I think I can use the backup image on primary site of last sunday, and
apply all the log (from S0001001.LOG to S0002001.LOG)include those
generated by backup site, then bring it up.
Somebody has the similar experience?