Link to home
Start Free TrialLog in
Avatar of Pau Lo
Pau Lo

asked on

test and uat database backups

For each business applicaiton with an underlying database, we seem to have a live production database, a test database (with test clone of the app), and also a user acceptance database for changes/upgrades. our admins only seem to backup the live production db. is this common? Or can there be instances whereby you also backup your test and uat databases as well?
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It definitely depends on the situation.  Most of the places I have been the non-production databases were just copies of production anyway.  There wasn't anything special in them.

If the QA team had a baseline that they needed, we made sure that was in an export file so we could easily put it back to their known good state.  So, special backups of their environments were not necessary as they only care about the known good state.  Plus we did not want to have to do a full restore just for their small set of test data.

If we had an issue with a non-production database, we would just restore production over it.  Takes the same amount of time as restoring a backup of the test database.  Development might lose some structure changes, but with good change management, you just re-apply everything.