Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

User Group:
Guelph PHP User Group - May 30th @ 7:30pm - Deploying Database Changes
May 30, 2012 @ 12:40:15

The Guelph PHP User Group (Guelph, Ontario) is having a meeting tonight, May 30th at 7:30 PM hosted at the Well.ca offices. The topic will be deploying database changes presented by Colin DeCarlo.

This month Colin DeCarlo will be talking about a tool called Liquibase which allows you to manage and automate database deployments as part of your build and deployment process. He'll also be looking at how to integrate it with Jenkins and may even talk a little about how this tool is used at Freshbook...

If you'd like to attend, please let them know sometime today so they can know how many to expect!

If you have a user group meetup that you'd like to announce, email the information over and it'll get posted!

tagged: usergroup guelph ontario deploy database liquibase

Link:

Ibuildings techPortal:
Database Version Control
Jan 11, 2011 @ 18:42:08

On the Ibuildings techPortal today Harrie Verveer has a new post looking at database version control - one of the more difficult topics for development groups - and some of the technology that can be used to help make it a bit simpler.

Database version control is something that most developers have to deal with regularly, yet only a few have actually thought about what solution might be best for them. Most people have a solution that sort of works for them, but when you ask them about the subject they are pretty convinced that there must be some better way to manage database changes, they're just not entirely sure what that solution is - but the silver bullet must be out there somewhere, right?

He starts where most developers start - their own custom script. It usually will take in a series of patch files and apply them one by one. In this case a "patch level" is stored somewhere (file/database) and is checked when the deployment is done. He points out a few issues with this method including patch naming issues and branching. Taking a step up the technology tree, he looks at other solutions like Phing+DBDeploy, Liquibase, and Doctrine migrations to try to help you find your project's "silver bullet".

tagged: database version control custom phing liquibase doctrine migration

Link:


Trending Topics: