Groups > Asp .Net > Advanced ASP.NET Architecture > Database migration practices




Database migration practices

Database migration practices
Wed, 2 Apr 2008 09:15:02 +0000
When I deploy a new version of software, I backup old code and rollout the new
code.

With the database, we have to use a different scenario, because we have to keep
the live data, and step-by-step deploy the changes to the database.

Is there some best practice or pattern on this specific domain?
Post Reply
about | contact