I've got a process going in my dev database to:
a) copy data from devA schema to devB schema
b) delete data from devA
For the last week, the a) portion of the process has been failing, but the b) portion has succeeded. So I've lost about 1 week's worth of test data.
I've got the program fixed to prevent b) from proceeding if a) fails, but I'm wondering if there's a way to recover the data that have been deleted for each day.
a) copy data from devA schema to devB schema
b) delete data from devA
For the last week, the a) portion of the process has been failing, but the b) portion has succeeded. So I've lost about 1 week's worth of test data.
I've got the program fixed to prevent b) from proceeding if a) fails, but I'm wondering if there's a way to recover the data that have been deleted for each day.