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

Nexen.net: April 2006 PHP Usage Stats

Professional PHP Blog: A Glimpse into the Future - PHP 6

Edin Kadribasic's Blog: PHP 4.4.6-win32 with MySQL 5.0.37

Community News: Zoop PHP Framework 1.1 Released

Nexen.net: PHP Statistics for October 2007


Community Events











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


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

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