News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Simple Database Patching Strategy
March 01, 2010 @ 14:10:53

In a new post to her blog today Lorna Mitchell has a few suggestions for handling database patching when your application starts to outgrow its simple roots.

One problem that seems to need solving too often is how to keep databases in sync across different platforms, different developers working on a project, and deploying database changes along with code changes. There are lots of ways of approaching this, none of them are really excellent however and personally I tend to err on the side of simple being better. Fewer dependencies means a solution more likely to work on every platform (and no additional complications for the live platform). Usually this means patch files of some kind.

She outlines her usual approach - creating a table with metadata and version information, export the structure of the database in push it into a row, creating numbered patch files and keeping it all stashed away in versioned source control for easy access. Check out the comments for some more interesting ideas.

1 comment voice your opinion now!
database patch strategy tutorial


blog comments powered by Disqus

Similar Posts

ServerGrove Blog: Creating indexes for your Doctrine ODM documents with Symfony 2

Wojciech Sznapka's Blog: Power of PHP streams decompress gz archives on the fly from remote server

Stoyan Stefanov's Blog: Reusing an existing database connection with MDB2

WebSpeaks.in: Learn Simple Method Chaining in PHP

The Shadow Fox Network: Building a Better Blog - Part 1 & 2


Community Events









Don't see your event here?
Let us know!


composer opinion database development testing framework functional release community example phpunit object introduction language api zendframework2 code unittest event interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework