News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Keep our PostgreSQL databases synchronized with PHP. Database version control
December 13, 2010 @ 09:26:49

In this new post to his blog today Gonzalo Ayuso looks at how he's set up a system that uses PHP to synchronize their PostgreSQL databases' schemas when things changed.

We create source code at development server and push the changes to production. It's really easy to keep synchronized all our code. But with databases it's different. [...] It's a recurrent problem working with databases. We create database objects (tables, views, ..) in the development server and when our application is ready to go live we push the changes to production server. If we are smart developers we save all database scripts in a file and when we deploy them to production we execute the script.

He mentions tools like dbdeploy and phing to help make these migrations a bit more automatic. He needed something a little different though - a command-line script that would, based on an ini file, sync two or more databases. He's created the basic script that includes the actions to show the differences between the databases, a summary of the differences and an execution method to bring them into sync. He gives a basic example of how it would handle the sync between his example production and development databases.

0 comments voice your opinion now!
synchronize database schema version control


blog comments powered by Disqus

Similar Posts

Ed Finkler's Blog: PHPSecInfo v0.2 now Available

Lukas Smith's Blog: Database abstraction mailing list

Sara Goleman\'s Blog: PDO_User and the effects of Slide Driven Development

Zend Developer Zone: Paging Data Sets With PEAR Pager

AjaxRay.com: Setting up Database testing with Kohana UnitTest module


Community Events











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


tool phpunit object release functional zendframework2 development testing opinion introduction community example unittest code framework podcast conference series language interview

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