I need to create a plan for a catastrophic data loss scenario where I need to recover some services (multiple apps each) from bare metal using data backups. The process (i believe) requires the following:
- Recover binaries and data from the backup. Instal App. (Easy bit)
- Applications are interdependent and need to be synced - different backup times mean I may need to roll back data for some applications.
- Identify sources for lost data (data lost from recovery point till time of the incident)
- Reconcile lost data
- Reconcile buffered transactions and workaround data (any data collected during the applications were down)
- Validate and return to BaU
It is steps 4 and 5 that are slightly troublesome where i want your help. I understand it would depend on the application type and what it does, but is there any guidance or ideas that could make my life easier? Some tool or lessons learned from your experience?
Regards,