Joachim Tuchel
2018-12-28 09:43:18 UTC
Hi there,
we regularly use backups from production db's to test recovery and rollforward. A few weeks ago we did some schema changes and added a few indexes and such. Since then, we have to rebind the same package every time we restore/rollforward on our testing environment before we can run our test scripts to validate the backup.
What do we have to do to avoid this? How can we determine which packages need to be rebound?
The risky thing about this is that in case of emergency, when we need to restore the DB in production, there is no time for games like stumbling from one rebind to the next... I am sure writing bash scripts to accompany our restore/roolforward scripts to rebind all the packages that needed rebinding in our testing is not working on the illness, just on the symptoms, right?
Thank you for any pointers
Joachim
we regularly use backups from production db's to test recovery and rollforward. A few weeks ago we did some schema changes and added a few indexes and such. Since then, we have to rebind the same package every time we restore/rollforward on our testing environment before we can run our test scripts to validate the backup.
What do we have to do to avoid this? How can we determine which packages need to be rebound?
The risky thing about this is that in case of emergency, when we need to restore the DB in production, there is no time for games like stumbling from one rebind to the next... I am sure writing bash scripts to accompany our restore/roolforward scripts to rebind all the packages that needed rebinding in our testing is not working on the illness, just on the symptoms, right?
Thank you for any pointers
Joachim