DatabaseNG - Migrations Revisited

Half way through last year I came up with a simple 'framework' for handling automated database migrations, I've been using this in one project at ${work} for the last year and its worked wonders, for both production deployments and repeatable unit te
Comments (2) . Wednesday, 28 March 2007

Database Migration With Spring

ne thing I've often found plaguing software updates during infrequent or less-than-trivial deploys is that invariably a small, but important schema change gets lost, run out of order, or skipped entirely.
Comments (1) . Wednesday, 17 May 2006

Ludicrous Database Idea of the Day: Branching, Tagging, and Diffs

This morning I was thinking about database migration issues - maintaining update scripts, rolling back development databases etc. etc.Whilst it's no major issue to keep a dump of a database around to restore to a known state and test your update scri
Comments (3) . Sunday, 19 February 2006